cancel_compaction
Cancels pending compaction or continuation dispatches for a specific job ID, preventing unwanted context compaction. Inspect status afterward to verify cancellation.
Instructions
Cancel pending compaction/continuation dispatches for an exact job ID. Already sent requests cannot be undone. Inspect status afterward.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| threadId | Yes | Current CODEX_THREAD_ID; obtain from the shell environment. Never guess or select a different thread. |