kill_task
Terminate a currently running task by providing its token. Use this after worker assignment; queued tasks need cancel_task instead.
Instructions
Kill a task that is currently running (after worker assignment). For queued tasks, use cancel_task instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasktoken | Yes | The task token to kill |