curl --request POST \
--url https://workflow-app.thena.ai/api/v1/workflows/{workflowUniqueIdentifier}/toggle \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"isActive": true
}
'{
"success": true
}curl --request POST \
--url https://workflow-app.thena.ai/api/v1/workflows/{workflowUniqueIdentifier}/toggle \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"isActive": true
}
'{
"success": true
}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.
Enter your API key
is_active true activates the workflow, is_active false pauses the workflow
Operation successful
The success of the workflow deletion