update_movie
Update a movie's settings while preserving unspecified fields, and optionally move existing files when changing its path or root folder.
Instructions
Update one movie's settings. Reads the current record, merges the given fields and puts it back, so unspecified fields are preserved. Set move_files when changing path or root folder to have Radarr relocate the existing files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Radarr movie id | |
| path | No | New absolute movie folder path | |
| tags | No | Replace the tag ids with this list | |
| monitored | No | Monitor or unmonitor the movie | |
| move_files | No | Move existing files to the new location (default false) | |
| root_folder_path | No | New root folder path | |
| quality_profile_id | No | New quality profile id | |
| minimum_availability | No | New minimum availability |