Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PATCH "https://your-collabase.ch/api/v1/automation/auto-abc123/toggle" \ -H "Authorization: Bearer cba_live_..." \ -H "Content-Type: application/json" \ -d '{ "isEnabled": false }'
{ "id": "auto-abc123", "isEnabled": false }
Enable or disable an automation.
true
false