Cancel Job
Async jobs
Cancel job
POST
Cancel Job
Description
The Cancel Job endpoint stops an asynchronous job that is queued or still running. Use it to release capacity and avoid consuming credits on a run you no longer need.How It Works
How It Works
- Input: Provide the
job_idof the job you want to stop. - Processing: The system marks the job as cancelled and stops further work on it.
- Output: The job’s status record, in the same shape returned by Get job status.
Best Practices
Best Practices
- Cancel superseded jobs when you resubmit with corrected input, rather than leaving both running.
- Confirm the outcome by calling Get job status after cancelling.
- Cancelling a completed job has no effect — check the status first if you are unsure.