Cancel Job
cancel_jobCancel a queued or running background job by its type and ID. Returns whether the cancellation succeeded; safe for already-finished jobs.
Instructions
Cancel a queued or running background job by its type and id. Returns whether the cancellation succeeded. Cancelling an already-finished or unknown job is harmless. Use get_job_status first to check whether a job is still in progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | The job id returned when the job was enqueued. | |
| jobType | Yes | The kind of job, as returned when the job was enqueued. |