curl -X POST \ -H "Authorization: Bearer alf_your_key_here" \ -H "Content-Type: application/json" \ -d '{ "reason": "Manual termination - inbox processing stuck" }' \ /api/v1/workflows/curator-sweep-20260226-143022/terminate
{ "message": "Workflow terminated" }
Forcefully terminate a running workflow
Was this page helpful?