Tools
ocoya_toggle_workflow
Enable or disable an Ocoya workflow after resolving the workflow id and confirming the desired on or off state.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Enable or disable an Ocoya workflow after resolving the workflow id and confirming the desired on or off state.
| Name | Type | Required | Description |
|---|---|---|---|
workflowId | string | Yes | Ocoya workflow ID. |
on | boolean | Yes | Whether the workflow should be enabled. |
{
"name": "ocoya_toggle_workflow",
"arguments": {
"workflowId": "cmajvvb9q0003ja5vh0538j6r",
"on": true
}
}