Cancel a job
cancel_jobCancel a queued job by its ID. Prevents execution of jobs that are still waiting in the queue.
Instructions
Cancel a job that is still queued. Running or already-finished jobs cannot be cancelled and return a NOT_CANCELLABLE error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The job id to cancel. |