remove_queue_items
Remove selected downloads from the Radarr queue, optionally deleting them from the download client, blocklisting the release to prevent re-grabbing, or skipping replacement searches.
Instructions
Remove one or more items from the queue. By default the download is also removed from the download client; set blocklist to stop the same release being grabbed again, and skip_redownload to not search for a replacement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Queue item ids (from get_queue) | |
| blocklist | No | Blocklist the release so it is not grabbed again (default false) | |
| change_category | No | Move the download to the post-import category instead of deleting it | |
| skip_redownload | No | Do not search for a replacement release (default false) | |
| remove_from_client | No | Also remove the download from the download client (default true) |