Endpoints
Update a training job's project
Assign or unassign a Fastino training job from a project.
PATCH
PATCH /v1/training-jobs/{job_id}
Updates only the job’s project_id.
Request
string
required
Your Fastino API key.
string
required
Training-job UUID.
string | null
Project UUID to assign. Send
null to unassign the job.Response
Returns200 with success and message.
This changes the training job’s project label only. It does not move related deployments, inferences, or evaluation runs.
422. An unavailable job or project returns a request-specific 4xx error.
