sonarr_download_clients
Manage Sonarr download clients and remote path mappings, including create, test, list, update, and delete operations.
Instructions
sonarr download clients operations on Sonarr. Pass operation and an arguments dict matching that operation's parameters.
sonarr_create_downloadclient(force_save=False, body={}) — Create download clients. WRITE: this modifies your Sonarr instance.
sonarr_create_downloadclient_action(name, body={}) — Create downloadclient action. WRITE: this modifies your Sonarr instance.
sonarr_create_downloadclient_test(force_test=False, body={}) — Create downloadclient test. WRITE: this modifies your Sonarr instance.
sonarr_create_downloadclient_testall() — Create downloadclient testall. WRITE: this modifies your Sonarr instance.
sonarr_create_remotepathmapping(body={}) — Create remote path mappings. WRITE: this modifies your Sonarr instance.
sonarr_delete_downloadclient(id) — Delete download clients. DESTRUCTIVE: this deletes data.
sonarr_delete_downloadclient_bulk(body={}) — Delete downloadclient bulk. DESTRUCTIVE: this deletes data.
sonarr_delete_remotepathmapping(id) — Delete remote path mappings. DESTRUCTIVE: this deletes data.
sonarr_get_downloadclient(id) — Fetch a single download clients by id.
sonarr_get_remotepathmapping(id) — Fetch a single remote path mappings by id.
sonarr_list_downloadclient() — List download clients.
sonarr_list_downloadclient_schema() — Return the download clients schema (available fields/options).
sonarr_list_remotepathmapping() — List remote path mappings.
sonarr_update_downloadclient(id, force_save=False, body={}) — Update download clients. WRITE: this modifies your Sonarr instance.
sonarr_update_downloadclient_bulk(body={}) — Update downloadclient bulk. WRITE: this modifies your Sonarr instance.
sonarr_update_remotepathmapping(id, body={}) — Update remote path mappings. WRITE: this modifies your Sonarr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |