Cancels a training job that is in PENDING or RUNNING status.
Obtain a token from POST /api/login. Valid for 1 hour.
Training job cancelled successfully
Status of a training job:
| Status | Description |
|---|---|
PENDING | Queued, not yet started |
RUNNING | Algorithms competing in parallel |
COMPLETED | Target performance reached. Champion model created. |
TIMED_OUT | Did not reach target performance within the time limit |
NOT_COMPLETED | Stalled — no progress detected for a sustained period |
CANCELLED | Cancelled by the user |
FAILED | Failed due to an internal error |
PENDING, RUNNING, COMPLETED, TIMED_OUT, NOT_COMPLETED, CANCELLED, FAILED