Dispatch API
Ending a Session
DELETE

/v0/vm/{session_id}

Bearer*
curl --request DELETE \
  --url https://engine.hyperbeam.com/v0/vm/{session_id} \
  --header 'Bearer: <bearer>'

Parameters

session_id
string

The ID of the session to terminate.

Response

string

The ID of the session that was terminated.

curl -X DELETE -H 'Authorization: Bearer <your-api-key>' \
    https://engine.hyperbeam.com/v0/vm/{session_id}
{
  "session_id": "52f968cb-6739-4197-83d7-2305fe5d6f54"
}