POST
/
workflows
/
executions
/
{executionId}
/
pause
curl --request POST \
  --url https://prod.featherhq.com/workflows/executions/{executionId}/pause \
  --header 'x-api-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

executionId
string
required

Response

200
application/json

Workflow execution paused successfully

The response is of type object.