cancel_task
Gracefully cancel a running task by having its owning runner terminate the process. Provide the task ID to stop execution safely.
Instructions
Request graceful cancellation. The runner that owns the child process performs termination; the MCP server never kills a PID read from task files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task ID to cancel |