Cancel a background Codex job
codex_job_cancelCancel a running Codex job by sending SIGTERM, then SIGKILL after a grace period. Provides clear reporting on whether this call successfully stopped the job.
Instructions
Stop a run that is still going: SIGTERM first, then SIGKILL after a grace period. Reports honestly whether this call is what cancelled it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job id to cancel. Sends SIGTERM, then SIGKILL after a grace period. |