Interrupt a Codex turn
interrupt_codex_turnStop an active turn in a Codex thread to regain control or cancel a lengthy operation. Provide the thread ID and turn ID to halt execution immediately.
Instructions
Stop a turn that is still running in a Codex thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| turnId | Yes | Turn id reported by send_to_codex_thread | |
| threadId | Yes | Codex thread id |