---
title: "Open a VM VNC WebSocket"
method: GET
path: "/vnc/{port}"
tags: ["VM"]
---

# Open a VM VNC WebSocket

`GET /vnc/{port}`

Validate the requested VM-owned VNC port and upgrade to the existing authenticated WebSocket relay. This documents the HTTP handshake, not WebSocket frames.

## Path parameters

- `port` integer, required

## Query parameters

- `auth` string, required
- `overtake` boolean

## Other responses

- `101` — Switching Protocols
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — VNC Port Not Found
- `500` — Internal Server Error
- `502` — Bad Gateway
- `503` — Service Unavailable

---

[API](https://skmtc.net/alchemillahq/apis/sylve-api.md) · [All operations](https://skmtc.net/alchemillahq/apis/sylve-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alchemillahq/sylve-api/revisions/7a7bea85004e/schema)
