kill_worker
Terminate a wedged or unresponsive worker on a node by removing the worker process itself, providing a solution when a standard cancel request fails to stop it.
Instructions
Kill a worker on a node (POST /api/v2/kill-worker). Unlike cancel_worker_item this removes the worker itself — use it for a worker that is wedged and not responding to a cancel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | Node ID, from list_nodes | |
| worker_id | Yes | Worker ID, from the node's workers in list_nodes(detailed) |