cancel_worker_item
Cancel the item a worker is currently processing. The worker remains active and moves to the next item, while the cancelled file returns to the queue for later processing.
Instructions
Cancel the item a worker is currently processing (POST /api/v2/cancel-worker-item). The worker stays alive and picks up the next item; the cancelled file goes back to the queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cause | Yes | Reason recorded against the cancellation | |
| node_id | Yes | Node ID, from list_nodes | |
| worker_id | Yes | Worker ID, from the node's workers in list_nodes(detailed) |