---
title: "Get configuration"
method: POST
path: "/kvm/v2/get/config"
tags: ["Settings"]
---

# Get configuration

`POST /kvm/v2/get/config`

This endpoint retrieves the current configuration settings for the specified KVM VPS.  
Provide the `signature`, `kvm_id`, and `valid_until` parameters to fetch the configuration.

## Response `200`

Configuration retrieved successfully.

- InlineResponse2008
  - `status` string — Operation status.
  - `configuration` object — A dictionary of the current configuration settings for the VPS.

## Other responses

- `400` — Bad Request - Invalid parameters or missing fields.
- `401` — Unauthorized - Invalid or expired session.
- `403` — Forbidden - Access is not allowed.
- `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)
