radarr_update_movie
Update a movie's quality profile, monitored status, availability, tags, or path in Radarr.
Instructions
Update a movie in Radarr. Can change qualityProfileId, monitored status, minimumAvailability, tags, and path. Fetches the full movie object, applies your changes, and PUTs it back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | New file path for the movie | |
| tags | No | Replace all tags with this list of tag IDs | |
| movieId | Yes | Movie ID to update | |
| monitored | No | Whether to monitor the movie | |
| qualityProfileId | No | New quality profile ID (from radarr_get_quality_profiles) | |
| minimumAvailability | No | When to consider the movie available |