remove_queue_item
Remove a stuck or unwanted download from the queue, optionally deleting it from the client, blocklisting the release to prevent re-grabbing, or skipping the replacement search.
Instructions
Remove one item from the queue, optionally also removing it from the download client and blocklisting the release so it is not grabbed again.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Queue item id | |
| blocklist | No | Blocklist the release so Sonarr does not grab it again (default false) | |
| change_category | No | Move the download to the post-import category instead of deleting it | |
| skip_redownload | No | Do not immediately search for a replacement (default false) | |
| remove_from_client | No | Also remove the download from the download client (default true) |