Skip to main content

RebuildVmResponse

Result of accepting a rebuild-VM request.

operationIdstring<uuid>

Id of the rebuild operation. Pollable via GET /v{version}/projects/{projectId}/operations/{operationId} until it completes.

passwordstringnullable

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

RebuildVmResponse
{
"operationId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"password": "string"
}