create_command
Submit a command payload to Sonarr's API to execute actions like library rescans, downloads, and updates.
Instructions
Create Command.
POST /api/v3/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 |