autobrr_indexers
Manage autobrr indexers: create, delete, fetch, list, test API connections, toggle enabled status, and update configurations.
Instructions
autobrr indexers operations on autobrr. Pass operation and an arguments dict matching that operation's parameters.
autobrr_create_indexer(body={}) — Create an indexer. WRITE: this modifies your autobrr instance.
autobrr_delete_indexer(indexer_id) — Delete an indexer. DESTRUCTIVE: this deletes data.
autobrr_get_indexer(indexer_id) — Fetch a single indexer by id.
autobrr_list_indexer_options() — List indexer option metadata.
autobrr_list_indexer_schemas() — List indexer definition templates (the schemas used to create an indexer).
autobrr_list_indexers() — List configured indexers.
autobrr_test_indexer_api(indexer_id, body={}) — Test an indexer API (returns {"message": "Indexer api test OK"} on success). WRITE: this modifies your autobrr instance.
autobrr_toggle_indexer_enabled(indexer_id, body={}) — Enable or disable an indexer (body: {"enabled": bool}). WRITE: this modifies your autobrr instance.
autobrr_update_indexer(indexer_id, body={}) — Update an indexer. WRITE: this modifies your autobrr instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |