dashbrr_delete_radarr_queue_item
Remove a Radarr download queue entry by ID. Optionally remove from client, add to blocklist, skip redownload, or change category.
Instructions
Delete an item from the Radarr download queue. id is the queue
record id (from dashbrr_get_radarr_queue). instance_id must be
type-prefixed, e.g. radarr-1. Options (remove_from_client, blocklist,
skip_redownload, change_category) are only applied when set to true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| blocklist | No | ||
| instance_id | Yes | ||
| change_category | No | ||
| skip_redownload | No | ||
| remove_from_client | No |