API ReferenceTriggers
Enable or disable a triggerv3.1
Updates the status of a trigger instance to enable or disable it. Disabling a trigger pauses event listening without deleting the trigger configuration. Re-enabling restores the trigger to its active state. Use this for temporary maintenance or to control trigger execution.
x-api-key<token>
Project API key authentication
In: header
Path Parameters
triggerIdstringRequired
The ID of the trigger instance to update
Format:
triggerInstanceIdRequest Body
application/json
statusenumRequired
Possible values:
enabledisableResponse Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X PATCH "https://example.com/api/v3.1/trigger_instances/manage/string" \ -H "Content-Type: application/json" \ -d '{ "status": "enable" }'{ "status": "success"}