---
title: "Disable VNC access"
method: POST
path: "/kvm/v2/set/vnc/disable"
tags: ["VNC Management"]
---

# Disable VNC access

`POST /kvm/v2/set/vnc/disable`

This endpoint disables VNC access for a 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 to disable VNC access.

## Response `200`

VNC access disabled successfully.

- InlineResponse20018
  - `status` string — The status of the operation.
  - `msg` string — The confirmation message for VNC disablement.

## Other responses

- `400` — Bad Request - The request contains invalid parameters or missing required fields.
- `401` — Unauthorized - The session signature provided is invalid or has expired.
- `403` — Forbidden - The client does not have the required permissions to access this resource.
- `500` — Internal Server Error - An unexpected error occurred on the server side.

---

[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)
