update_series
Update an existing Sonarr series by changing only the fields you specify—such as monitored status, folder path, tags, or quality profile—while leaving all other settings intact.
Instructions
Update settings on an existing series. Fetches the current series, merges the given fields and puts it back — only the fields you pass are changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Sonarr series id | |
| path | No | New series folder path | |
| tags | No | Replace the tag ids on this series | |
| monitored | No | Monitor or unmonitor the series | |
| move_files | No | Move existing files when the path or root folder changes (default false) | |
| series_type | No | New series type | |
| season_folder | No | Use season folders | |
| root_folder_path | No | New root folder path | |
| monitor_new_items | No | Whether newly added seasons are monitored | |
| quality_profile_id | No | New quality profile id |