Skip to main content
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

Returns 200 with success and message.
This changes the training job’s project label only. It does not move related deployments, inferences, or evaluation runs.
Unknown request fields, including other training-job fields, return 422. An unavailable job or project returns a request-specific 4xx error.