v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
felix

Update Training Job

Patch a training job. Currently exposes only project_id.

Delegates to :func:services.projects.movement.assign_resource_to_project which owns the visibility check, target-project gating, and the service-role UPDATE. Send project_id: null to unassign the job from its project.

Movement is label-only: only training_jobs.project_id changes. Dependent rows that carry their own project_id (deployments, inferences, model_evaluations) are intentionally not cascaded. Callers needing aggregate-model movement must update dependents explicitly.

patch/felix/training-jobs/{job_id}

Path parameters

job_idstring required

Request body

project_idstring nullable

Project ID (UUID) to assign the training job to, or null to unassign.

Response

Successful Response

successboolean required
messagestring required