lidarr_system_commands
Perform Lidarr system administration: monitor health, disk space, logs, backups; run or cancel commands; restart or shut down the server.
Instructions
lidarr system commands operations on Lidarr. Pass operation and an arguments dict matching that operation's parameters.
lidarr_delete_command(id) — Cancel a running command. DESTRUCTIVE: this deletes data.
lidarr_delete_system_backup(id) — Delete a system backup. DESTRUCTIVE: this deletes data.
lidarr_get_command(id) — Fetch the status of a single command by id.
lidarr_get_diskspace() — Get disk free space for all root folders.
lidarr_get_health() — List health checks (warnings/errors).
lidarr_get_system_routes() — Get all registered API routes.
lidarr_get_system_routes_duplicate() — Get duplicate API routes.
lidarr_get_system_status() — Get server status (version, app data, os).
lidarr_get_system_task() — List scheduler tasks.
lidarr_get_system_task_by_id(id) — Fetch a single scheduler task by id.
lidarr_list_command() — List running and recent commands.
lidarr_list_localization() — Get the localization strings dictionary.
lidarr_list_log(page=1, page_size=10, sort_key='', sort_direction='', level=None) — Paged log entries, filtered by level. Query params: page, page_size, sort_key, sort_direction, level.
lidarr_list_log_file() — List available log files.
lidarr_list_log_file_update() — List available update log files.
lidarr_list_system_backup() — List system backups.
lidarr_list_update() — List available application updates.
lidarr_ping() — Ping the server to verify it is reachable and authenticated.
lidarr_restart_lidarr() — Restart Lidarr. WRITE: this modifies your Lidarr instance.
lidarr_restore_backup(id) — Restore from an existing backup. WRITE: this modifies your Lidarr instance.
lidarr_restore_backup_upload() — Restore from an uploaded backup zip. WRITE: this modifies your Lidarr instance.
lidarr_run_command(body={}) — Run a Lidarr command (body is a CommandResource with a name, e.g. RefreshArtist, RescanArtist, DownloadedAlbumsScan, RssSync, ApplicationUpdate). WRITE: this modifies your Lidarr instance.
lidarr_shutdown_lidarr() — Shut down Lidarr. WRITE: this modifies your Lidarr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |