resume_training_job
Resume a stopped or preempted training job from its latest checkpoint, reusing the same job ID to continue where it left off. Fix any failure cause first, then restart.
Instructions
Resume a stopped training job from its latest checkpoint.
Backs ``POST /prod/v1/trainers/ai-toolkit/jobs/{job_id}/resume``.
Reuses the same ``job_id`` rather than creating a new job, and
restarts from the highest-step checkpoint (from step 0 if none
exists). Useful after a preemption; for a ``FAILED`` job, read
``error`` from the status first and fix the cause — often via
``edit_training_job`` — before resuming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |