create_command
Create Prowlarr API commands to trigger operations such as searches, application syncs, and indexer updates. Use this action to execute a command endpoint directly with a custom payload.
Instructions
Create Command.
POST /api/v1/command
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |