Skip to main content

Returns a page of virtual machines in the project, with support for sorting and filtering.

GET
/v1/projects/:projectId/vms

Supported values for sorts and filters on this endpoint are id, name, operation, operationStatus, bootStatus, cpu, ramGb, diskGb, createdAt and updatedAt. The default sort order when sorts is omitted is -createdAt,name (newest first, then by name).

Request

Responses

A page of VMs matching the query.