sonarr_bulk_update_series
Bulk update multiple Sonarr series at once. Change monitored status, quality profile, or tags in a single API call instead of looping through individual series updates.
Instructions
Bulk update multiple Sonarr series at once — change monitored status, quality profile, or tags in a single API call. Use this instead of calling sonarr_update_series in a loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tag IDs to apply | |
| applyTags | No | How to apply tags (default: add) | |
| monitored | No | Set monitored status for all specified series | |
| seriesIds | Yes | List of series IDs to update | |
| qualityProfileId | No | Change quality profile for all specified series |