Sonarr: Edit Series
sonarr_edit_seriesUpdate an existing Sonarr series by changing monitoring, quality profile, root folder, season folder organization, or tags. Only modified fields are sent, preserving others.
Instructions
Edit settings on an existing Sonarr series. Internally GETs the current SeriesResource, applies your changes, and PUTs the full resource back. Pass only the fields you want to change — others are preserved. WARNING: changing root_folder_path moves files on disk; watch your storage and download client.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The Sonarr series id (from sonarr_list_series). | |
| monitored | No | Toggle whether Sonarr tracks this series for new episodes. | |
| quality_profile_id | No | Change the quality profile (from sonarr_list_quality_profiles). | |
| root_folder_path | No | Change the root folder (from sonarr_list_root_folders). WARNING: this moves the series files on disk. | |
| season_folder | No | Toggle the per-season subfolder organization. | |
| tags | No | Replace the tag id list (from sonarr_list_tags). Full replacement, not append. |