POST
/
run
/
{session_id}
/
interrupt
Interrupt a run
curl --request POST \
  --url https://api.cloudcruise.com/run/{session_id}/interrupt \
  --header 'cc-key: <api-key>'

Authorizations

cc-key
string
header
required

API key-based authentication. Provide your CloudCruise API key in the cc-key header.