Kill job
killCancel a running background job using its job ID; returns true if cancelled, false if nonexistent or already finished.
Instructions
Kill a background job.
True — the job was running and got cancelled; False — it doesn't exist or has already finished.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Identifier from start. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |