Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X GET "http://CONTROL_PLANE_IP:PORT/get_vnc_url/vm-abc123"
{ "status": "success", "vm_id": "vm-abc123", "vnc_url": "https://sandbox.outlier.ai/vm-8000/?path=vm-8000/websockify&resize=scale&reconnect=true&autoconnect=true", "vnc_port": 8000 }
{ "error": "Desktop environment not found for VM: vm-abc123." }
Get the VNC connection URL for a VM
success