toggle_automation
Enable or disable a board automation by specifying its ID, the board ID, and the desired active state.
Instructions
Activate or deactivate a board automation. Pass active=true to enable or active=false to disable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | true to activate, false to deactivate | |
| boardId | Yes | The board the automation belongs to (required by the API) | |
| automationId | Yes | The automation ID |