Skip to main content
PATCH
Update VM
Update a VM’s state. Supported actions:
  • START: Start the VM
  • STOP: Stop the VM
  • RESET: Restart the VM
  • UPDATE: Update VM configuration

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string<uuid>
required

Project id

id
string<uuid>
required

VM id

Body

application/json
action
enum<string>
required
Available options:
START,
STOP,
RESET,
UPDATE

Response

200 - application/json
operation
object
required