Workflow
Disable Workflow
Disable a workflow, stopping new runs from being started. In-progress runs are canceled. Returns the updated workflow.
post/workflows/{id}/disable
Path parameters
idstring required
Response
OK
Example response
{
"id": 101,
"public_id": "WfAbCd",
"workspace_id": 5001,
"name": "New Lead Nurture",
"status": "live",
"disabled": false,
"archived": false,
"run_type": "asynchronous",
"active_runs_count": 12,
"completed_runs_count": 340,
"created_at": "2025-06-01T00:00:00.000Z",
"updated_at": "2025-06-10T00:00:00.000Z"
}