Skip to main content
POST
POST /v1/training-jobs/{job_id}/checkpoints/{checkpoint_id}/deploy Deploys one deployable checkpoint to the hosted multi-model inference endpoint.

Request

string
required
Your Fastino API key.
string
required
Training-job UUID.
string
required
Checkpoint ID returned by the checkpoint-list endpoint.

Response

An unknown job or checkpoint returns 404. A checkpoint that is not deployable returns a request-specific 4xx error.