autobrr_system
Perform autobrr system operations: check for updates, verify liveness and readiness, fetch latest update info, and list log files.
Instructions
autobrr system operations on autobrr. Pass operation and an arguments dict matching that operation's parameters.
autobrr_check_updates() — Trigger an update check against the GitHub releases API. WRITE: this modifies your autobrr instance.
autobrr_get_healthz_liveness() — Liveness probe - returns "OK".
autobrr_get_healthz_readiness() — Readiness probe - returns "OK" when the database is reachable, otherwise errors.
autobrr_get_latest_update() — Fetch the latest release info autobrr has seen.
autobrr_list_log_files() — List available log files (name, size, updated_at).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |