radarr_delete_movie
Delete a movie from Radarr by its internal ID. Use confirm=True to execute, and delete_files=True to remove associated files from disk.
Instructions
Delete a movie from Radarr by its internal id.
Set delete_files=True to also remove downloaded files from disk. Set confirm=True to actually delete; omit or set False for a dry-run preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| movie_id | Yes | ||
| delete_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |