run_automation
Trigger a Tdarr automation manually for selected libraries or nodes. Execute immediately or bypass worker/staged-file limits to jump the queue when needed.
Instructions
Manually trigger an automation (POST /api/v2/run-automation). Scope it to specific libraries or nodes, and use the bypass flags only when you deliberately want to jump the worker or staged-file limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| payload | No | Payload passed to the automation, shaped by that automation's config | |
| config_id | Yes | Automation config ID, from list_automations | |
| library_ids | No | Restrict the run to these libraries | |
| target_node_ids | No | Restrict the run to these node IDs | |
| target_node_names | No | Restrict the run to these node names | |
| execute_immediately | No | Run now instead of queueing behind existing work | |
| bypass_worker_limits | No | Ignore the nodes' configured worker limits | |
| bypass_staged_file_limit | No | Ignore the staged file limit |