curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{}' \
/api/v1/workflows/curator-sweep-20260226-143022/cancel
{
"message": "Workflow cancelled"
}
Request graceful cancellation of a workflow
curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{}' \
/api/v1/workflows/curator-sweep-20260226-143022/cancel
{
"message": "Workflow cancelled"
}
curl -X POST \
-H "Authorization: Bearer alf_your_key_here" \
-H "Content-Type: application/json" \
-d '{}' \
/api/v1/workflows/curator-sweep-20260226-143022/cancel
{
"message": "Workflow cancelled"
}
Was this page helpful?