dashbrr_delete_sonarr_queue_item
Delete a Sonarr download queue item by its record ID and instance ID. Optionally remove from client, blocklist, skip re-download, or change category.
Instructions
Delete an item from the Sonarr download queue. id is the queue
record id (from dashbrr_get_sonarr_queue). instance_id must be
type-prefixed, e.g. sonarr-1. Options are only applied when set to
true: remove_from_client (delete the download from the client),
blocklist (add the release to the blocklist), skip_redownload, and
change_category.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| blocklist | No | ||
| instance_id | Yes | ||
| change_category | No | ||
| skip_redownload | No | ||
| remove_from_client | No |