sonarr_delete_queue_item
Remove stuck or failed downloads from the Sonarr queue by queue ID or download ID. Optionally delete from client and blocklist the release. Use confirm for actual removal or dry-run preview.
Instructions
Remove item(s) from the Sonarr download queue (stuck/failed download).
Provide EXACTLY ONE of:
queue_id: a single queue item;
download_id: ALL items sharing that downloadId (a season pack = one torrent, many rows) 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 |