cURL
curl --request GET \ --url https://console.cloudblast.io/api/v2/servers/{server}/status \ --header 'Authorization: Bearer <token>'
{ "data": { "state": "running", "server_status": null } }
Returns the real-time status of the server from the hypervisor (e.g., running, stopped). Also includes the application-level status (e.g., installing, suspended).
running
stopped
installing
suspended
API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.
Authorization: Bearer <token>
Server UUID (36 chars) or short UUID (8 chars)
Server status
Show child attributes