autobrr_download_clients
Manage autobrr download clients: list, fetch, create, update, delete, and test connections to qBittorrent, Deluge, rTorrent, and more.
Instructions
autobrr download clients operations on autobrr. Pass operation and an arguments dict matching that operation's parameters.
autobrr_create_download_client(body={}) — Create a download client. WRITE: this modifies your autobrr instance.
autobrr_delete_download_client(client_id) — Delete a download client. DESTRUCTIVE: this deletes data.
autobrr_get_download_client(client_id) — Fetch a single download client by id.
autobrr_get_download_client_arr_tags(client_id) — Fetch the tags available on an *arr download client (for auto-tagging).
autobrr_list_download_clients() — List download clients (qBittorrent, deluge, rtorrent, etc.).
autobrr_test_download_client(body={}) — Test a download client connection. WRITE: this modifies your autobrr instance.
autobrr_update_download_client(body={}) — Update a download client. WRITE: this modifies your autobrr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |