Sonarr: Remove from Queue
sonarr_queue_removeRemove an item from Sonarr's download queue. Choose whether to delete from client, blocklist, skip redownload, or change category.
Instructions
Remove a single item from Sonarr's download queue. All four flags are exposed because the server-side defaults are not obviously safe — in particular, removeFromClient defaults to true on Sonarr's side, which deletes the file from the download client. This tool defaults remove_from_client to false; flip it explicitly if you want the file gone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Sonarr queue item id (from sonarr_queue). | |
| remove_from_client | No | Tell the download client to delete the download too (default false — flips Sonarr's destructive server-side default of true). | |
| blocklist | No | Add the release to the blocklist so Sonarr doesn't re-grab it (default false). | |
| skip_redownload | No | Don't trigger a re-search for a replacement (default false). | |
| change_category | No | Move the download to the recycle/'tv-recycle' category in the client (if configured) instead of deleting (default false). |