cURL
curl --request PATCH \ --url https://flowra.dev/api/v1/trigger_instances/manage/{triggerId}/status \ --header 'x-api-key: <api-key>'
{ "success": true, "message": "Operation completed successfully", "data": {} }
Turn a trigger on or off without deleting it. Disabled triggers do not run the workflow until enabled again.
Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:
Operation completed successfully
Show child attributes
Was this page helpful?