---
title: "List all public images"
method: GET
path: "/api/v2/vmware/vpc/{vpc_id}/hpc/images"
tags: ["images"]
---

# List all public images

`GET /api/v2/vmware/vpc/{vpc_id}/hpc/images`

Returns all public images from FPT, which are customized for GPU Hopper generations. Refers to https://fptcloud.com/en/documents/metal-cloud/?doc=os-image

## Path parameters

- `vpc_id` string, uuid, required

## Response `200`

A list of images.

- object
  - `data` object[]

## Other responses

- `401` — Unauthorized access.
- `403` — Forbidden.
- `500` — Internal server error.

---

[API](https://skmtc.net/fptcloud/apis/default-module.md) · [All operations](https://skmtc.net/fptcloud/apis/default-module/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fptcloud/default-module/revisions/73c8c4622f2b/schema)
