---
title: "ISO installation"
method: POST
path: "/kvm/v2/get/isos"
tags: ["Installation"]
---

# ISO installation

`POST /kvm/v2/get/isos`

This endpoint retrieves a list of available ISO files that can be used for installation on the specified KVM VPS.  
The `api_host` parameter, obtained from the "Create AUTH-session" response, 
is dynamically set in the URL.  
Provide the `signature`, `kvm_id`, and `valid_until` parameters from the 
"Create AUTH-session" response to authenticate the request.

## Response `200`

A list of available ISO files retrieved successfully.

- InlineResponse2004
  - `locations` object — Available KVM locations keyed by location label. Fields per location: - `id`: Unique identifier of the location. - `name`: Display name of the location. - `country`: Country or region code for the location. - `out_of_stock`: Availability flag; `false` means available to order, `true` means currently unavailable. - `headline`: Optional marketing headline for the location.
  - `status` string

## Other responses

- `400` — Bad Request - Invalid parameters.
- `401` — Unauthorized - The session signature is invalid or expired.
- `403` — Forbidden - The client does not have permission to access this resource.
- `500` — Internal Server Error - An unexpected error occurred.

---

[API](https://skmtc.net/edisglobal/apis/edis-global-management-api.md) · [All operations](https://skmtc.net/edisglobal/apis/edis-global-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/edisglobal/edis-global-management-api/versions/223263c91ac0/schema)
