sonarr_run_command
Execute Sonarr commands like RefreshSeries or SeriesSearch to trigger actions on your Sonarr instance. Use this to perform write operations that modify your library or initiate searches.
Instructions
Run a Sonarr command (body is a CommandResource with a name, e.g. RefreshSeries, SeriesSearch, DownloadedEpisodesScan). WRITE: this modifies your Sonarr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |