cancel_task
Cancel a queued task before it is assigned to a worker. Provide the task token to cancel.
Instructions
Cancel a task that is still in the queue (before worker assignment). Tasks already running cannot be cancelled — use kill_task instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasktoken | Yes | The task token to cancel |