Skip to main content
Glama

mcp-n8n-builder

deactivate_workflow

Deactivate a specific workflow by ID to stop automatic execution while retaining it for manual use or future reactivation. Ideal for temporarily pausing workflows without deletion.

Instructions

Deactivates a workflow by its ID, preventing it from running automatically. The workflow will still exist and can be manually executed or reactivated later. Use this instead of deleting workflows that you might need again.

Input Schema

NameRequiredDescriptionDefault
idYesID of the workflow to deactivate - can be obtained from list_workflows

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the workflow to deactivate - can be obtained from list_workflows", "type": "string" } }, "required": [ "id" ], "type": "object" }

Other Tools from mcp-n8n-builder

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/spences10/mcp-n8n-builder'

If you have feedback or need assistance with the MCP directory API, please join our Discord server