cURL
curl --request POST \ --url https://api.cloudcruise.com/run/{session_id}/interrupt \ --header 'cc-key: <api-key>'
Interrupts a running or queued run. If the run is queued, it will be cleared from the queue. If the run is running, it will be interrupted.
API key-based authentication. Provide your CloudCruise API key in the cc-key header.