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 }
Get the VNC connection URL for a VM
success