cancel_job
Cancel a running background job by providing its job ID. Returns the job's status, or indicates if the job is unknown or already finished.
Instructions
Cancel a running background job (killing its work) and return {job_id, status}; JOB_NOT_FOUND if unknown.
Cancelling an already-finished job is a no-op that returns its current status. The job's process tree is torn down on the next cancellation point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |