Manage Automations
manage_automationsActivate, deactivate, or delete existing monday.com automations. Provide the automation ID and choose the action to control its state.
Instructions
Activate, deactivate, or delete an existing monday.com automation.
Requires an automation id. When the user refers to an automation by name, always call list_automations first to resolve the id — never guess or infer ids.
Actions:
activate: enables a paused automation so it starts responding to its trigger.
deactivate: pauses an automation while preserving its definition.
delete: permanently removes an automation — irreversible.
When intent is ambiguous ("stop", "turn off", "pause"), prefer deactivate over delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | The operation to perform. activate: enables a paused automation so it responds to its trigger. deactivate: pauses an automation without deleting it. delete: permanently removes an automation (irreversible). | |
| workflowId | Yes | The automation ID to operate on. Obtain from list_automations. |