train_cancel
Stop a running training job and mark it as cancelled. Preserves saved checkpoints in the job's output directory.
Instructions
Stop a running training job (docker stop) and mark it cancelled. Checkpoints already saved stay in the job's output dir; no LoRA is handed off to models/loras. Returns ok:false when the container could not be confirmed stopped (the job reverts to running).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Job id from train_start. |