---
title: "List all VMs"
method: GET
path: "/project/{project_id}/vm"
tags: ["Virtual Machine"]
---

# List all VMs

`GET /project/{project_id}/vm`

## Path parameters

- `project_id` string, required

## Query parameters

- `start_after` string
- `page_size` integer
- `order_column` string

## Response `200`

A list of VMs

- object
  - `count` integer, required
  - `items` Vm[], required
    - `boot_image` string, required — Boot image of the VM
    - `id` string, required — ID of the VM
    - `ip4` string, ipv4, nullable, required — IPv4 address
    - `ip4_enabled` boolean, required — Whether IPv4 is enabled
    - `ip6` string, ipv6, nullable, required — IPv6 address
    - `location` string, required — Location of the VM
    - `name` string, required — Name of the VM
    - `size` string, required — Size of the underlying VM
    - `state` string, required — State of the VM
    - `storage_size_gib` integer, required — Storage size in GiB
    - `unix_user` string, required — Unix user of the VM

## Other responses

- `default` — An error response

---

[API](https://skmtc.net/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.net/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ubicloud/clover-api/versions/e8e5db50e9a6/schema)
