Skip to main content
PUT
/
v4
/
workflows
/
{workflowId}
/
pause
Pause a workflow
curl --request PUT \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/pause \
  --header 'x-api-key: <api-key>'
"Workflow paused"

Documentation Index

Fetch the complete documentation index at: https://docs.kadoa.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

workflowId
string
required

The ID of the workflow to pause

Response

Workflow paused successfully

The response is of type string.

Example:

"Workflow paused"