Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
MCP tool: toggle_workflow
Activates or deactivates a workflow by toggling its active status. This tool allows you to enable or disable workflows without deleting them, providing a way to temporarily pause workflow execution.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| workflowUniqueIdentifier | string | Yes | The unique identifier of the workflow to toggle |
| isActive | boolean | Yes | Whether to activate (true) or deactivate (false) the workflow |