v1

latestOpenAPI 3.0.02026-07-2248161142.3 KB
VNC Management

Disable VNC access

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.

post/kvm/v2/set/vnc/disable

Response

VNC access disabled successfully.

statusstring

The status of the operation.

msgstring

The confirmation message for VNC disablement.

Example response

{
  "status": "success",
  "msg": "vnc disabled"
}