delete_movie
Remove a movie from the Radarr library while keeping files by default. Optionally delete movie files from disk or add an import list exclusion to prevent re-adding.
Instructions
Remove a movie from the library. Files are kept unless delete_files is set. Set add_import_exclusion to stop import lists from re-adding it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Radarr movie id | |
| delete_files | No | Also delete the movie folder and its files from disk (default false) | |
| add_import_exclusion | No | Add the movie to the import list exclusions (default false) |