---
title: "Set VNC keyboard language"
method: POST
path: "/kvm/v2/set/vnc/keyboard"
tags: ["VNC Management"]
---

# Set VNC keyboard language

`POST /kvm/v2/set/vnc/keyboard`

This endpoint configures the keyboard language for the VNC session of a specified KVM VPS.  
The `api_host` parameter, obtained from the **"Create AUTH-session"** response,  
is dynamically set in the URL.  
Supported keyboard languages include `en-us`, `de`, `sv`, `fr`, and `it`.  
Provide the `signature`, `kvm_id`, `valid_until`, and `vnc_keyboard` parameters obtained  
from the "Create AUTH-session" call to configure the keyboard language.

## Response `200`

VNC keyboard language set successfully.

- InlineResponse20015
  - `status` string

## Other responses

- `400` — Bad Request - Invalid parameters or missing fields.
- `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)
