Skip to main content
POST
Send power action

Authorizations

Authorization
string
header
required

API token from your CloudBlast account settings. Pass as Authorization: Bearer <token>.

Path Parameters

server
string
required

Server identifier — any of: numeric id, uuid_short (8 chars), or full uuid (36 chars).

Body

application/json
action
enum<string>
required

The power action to perform

Available options:
start,
shutdown,
restart,
reset,
kill,
suspend,
resume

Response

Action accepted by the hypervisor. Completion is tracked by the returned task; poll the status endpoint until it clears.

data
object