---
title: "List all VMs (Simple)"
method: GET
path: "/vm/simple"
tags: ["VM"]
---

# List all VMs (Simple)

`GET /vm/simple`

Retrieve a simple list of all VMs

## Response `200`

Success

- GithubComAlchemillahqSylveInternalAPIResponseArrayGithubComAlchemillahqSylveInternalInterfacesServicesLibvirtSimpleList
  - `data` GithubComAlchemillahqSylveInternalInterfacesServicesLibvirtSimpleList[]
    - `cpuPinning` GithubComAlchemillahqSylveInternalDbModelsVmVMCPUPinning[]
      - `hostCpu` integer[]
      - `hostSocket` integer
      - `id` integer
      - `vmId` integer
    - `id` integer
    - `name` string
    - `rid` integer
    - `state` 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7
    - `vncPort` integer
  - `error` string
  - `message` string
  - `status` string

## Other responses

- `500` — Internal Server Error

---

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