cURL
curl --request POST \ --url https://api.cloudcruise.com/run/{session_id}/interrupt \ --header 'cc-key: <api-key>'
{ "success": true, "message": "Run interrupt triggered" }
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
The unique identifier for the workflow execution session
Run successfully interrupted or cleared from queue
Whether the interrupt was successful
Details about the interrupt action taken
"Run interrupt triggered"