autobrr_config
Fetch current configuration or update settings like log level, log path, and update checks. Retrieve host, port, database, and build info in one call.
Instructions
autobrr config operations on autobrr. Pass operation and an arguments dict matching that operation's parameters.
autobrr_get_config() — Fetch current config: host/port, database type, log settings, base_url, check_for_updates and build info (version, commit, date).
autobrr_update_config(body={}) — Update config (supported fields: check_for_updates, log_level, log_path). WRITE: this modifies your autobrr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |