cancel_task
Cancel a running task by providing its task ID. The task is terminated gracefully through the responsible runner, ensuring safe process handling.
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 |