radarr_delete_queue_item
Remove stuck or failed downloads from the Radarr queue by specifying a single queue ID or all items sharing a download ID, with optional removal from client and blocklist.
Instructions
Remove item(s) from the Radarr download queue (stuck/failed download).
Provide EXACTLY ONE of:
queue_id: a single queue item;
download_id: ALL items sharing that downloadId, removed in one gesture. remove_from_client also deletes the download from the torrent/usenet client; blocklist prevents the same release from being grabbed again. Set confirm=True to actually remove; omit or set False for a dry-run preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| queue_id | No | ||
| blocklist | No | ||
| download_id | No | ||
| remove_from_client | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |