---
title: "Bulk Update Automation Status"
description: "Activate or deactivate multiple automations at once."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.speakai.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Bulk Update Automation Status

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](/mcp/tools/automations/) lists the rest of the Automations category.
- [Tool reference](/mcp/tools/) lists every Speak AI MCP server tool.
- [MCP server](/mcp/) covers setup, supported clients, and what agents can do once
  connected.

Source: https://docs.speakai.co/mcp/tools/automations/bulk_update_automation_status/index.mdx
