tasks_interrupt
Stop a running background task by sending SIGTERM and marking it interrupted. Provide the task ID to terminate execution.
Instructions
Stop a running background task (SIGTERM) and mark it interrupted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | the task id to interrupt |