Skip to main content

CreateVmResponse

Result of accepting a create-VM request.

vmIdstring<uuid>

Id of the newly created VM. Use it to poll GET /v{version}/projects/{projectId}/vms/{vmId} until provisioning completes.

passwordstringnullable

The VM's initial login password, generated server-side and shown only in this response.

CreateVmResponse
{
"vmId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"password": "string"
}