curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/workflows/triggers/{triggerExternalId}/pause \
--header 'Authorization: Bearer <token>'{}Required capabilities:
workflowOrchestrationACL:WRITE
Pauses a trigger. When paused, the trigger will not fire until it is resumed. Note: For data modeling and records stream triggers, processing continues where the last trigger run left off at pause time, not necessarily starting again on the freshest data. The cursor can become invalid if paused too long (stream retention applies).
curl --request POST \
--url https://{cluster}.cognitedata.com/api/v1/projects/{project}/workflows/triggers/{triggerExternalId}/pause \
--header 'Authorization: Bearer <token>'{}Access token issued by the CDF project's configured identity provider. Access token must be an OpenID Connect token, and the project must be configured to accept OpenID Connect tokens. Use a header key of 'Authorization' with a value of 'Bearer $accesstoken'. The token can be obtained through any flow supported by the identity provider.
Identifier for a trigger. Must be unique for the project. No trailing or leading whitespace and no null characters allowed.
255Empty response.
The response is of type object.
Was this page helpful?