Skip to main content
POST
POST /v1/training-jobs/{job_id}/stop Stops a running job and preserves checkpoints created before the stop.

Request

string
required
Your Fastino API key.
string
required
Training-job UUID.
The JSON body is optional.
string
Why the job was stopped.
object
Numeric metrics used to make the stop decision.
string
Checkpoint path or step associated with the stop.

Response

An unknown job or a job that cannot be stopped returns a request-specific 4xx error.