run_command
Queue any Sonarr command by name to start tasks such as rescans, episode searches, or RSS syncs.
Instructions
Queue any Sonarr command by name. Known names: RefreshSeries, RescanSeries, EpisodeSearch, SeasonSearch, SeriesSearch, MissingEpisodeSearch, CutoffUnmetEpisodeSearch, DownloadedEpisodesScan, RenameFiles, RenameSeries, RssSync, RefreshMonitoredDownloads, ImportListSync, ManualImport, ClearBlocklist, CheckHealth, Housekeeping, Backup, ApplicationUpdate. Prefer the dedicated tools (refresh_series, search_series, ...) where one exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Command name, e.g. 'RssSync' | |
| params | No | Extra command body fields, e.g. { seriesId: 12 } or { episodeIds: [1, 2] } |