sonarr_remove_from_queue
Remove unwanted items from the Sonarr download queue. Optionally blocklist them to prevent re-grabbing and remove from the download client.
Instructions
Remove one or more items from the Sonarr download queue. Optionally blocklist them to prevent re-grabbing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Queue item ID(s) to remove (from sonarr_get_queue) | |
| blocklist | No | Add to blocklist to prevent re-grab (default: false) | |
| removeFromClient | No | Also remove from download client (default: true) |