radarr_purge_movie
Delete a movie from Radarr and remove all its associated torrents, including cross-seeds, from qBittorrent. Supports dry-run and file deletion options.
Instructions
Purge a movie everywhere: delete its file in Radarr AND remove the matching torrent(s) in qBittorrent-via-qui, cross-seeds included (destructive).
The torrents are located via the movie's history downloadId(s) and their qui cross-seed siblings. include_loose_matches=False drops name/release-matched siblings (keeps content_path matches). delete_torrent_files also deletes the torrents' files from disk. Set confirm=True to execute; False for a dry-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | ||
| movie_id | Yes | ||
| delete_torrent_files | No | ||
| include_loose_matches | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |