Use the Speak AI MCP server tool bulk_update_automation_status to activate or
deactivate multiple automations at once.
What does it do?
Activate or deactivate multiple automations at once.
Parameters
bulk_update_automation_status takes 2 parameters, all of them required.
| Name | Type | Required | Description |
|---|---|---|---|
automationIds |
array of string | Yes | Automation ids to update |
isActive |
boolean | Yes | true to activate, false to deactivate, for all listed automations |
Behaviour
The Speak AI MCP server publishes these behaviour hints for
bulk_update_automation_status.
- Can change data in your workspace.
- Does not delete or overwrite existing data.
- Repeating an identical call is safe.
- Can reach systems outside Speak AI.
Related
- Automations lists the rest of the Automations category.
- Tool reference lists every Speak AI MCP server tool.
- MCP server covers setup, supported clients, and what agents can do once connected.