Endpoints
Stop a training job
Stop a running Fastino training job while preserving existing checkpoints.
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.
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
4xx error.
