Power
The Power API allows you to power on or off a virtual machine. The API returns a long-polled response and returns when the VM power on/off action is completed.
Operations
POST /power
URL Query Parameters
-
instance-id
- (ID) The Virtual Machineinstance-id
field -
action
- (String) Eitheroff
oron
Responds with Success
or Errors
object
{
status: "succeeded"
}