Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
vms
/
{id}
/
connect
Connect to a virtual machine
curl --request GET \
  --url https://rest.compute.cudo.org/v1/projects/{projectId}/vms/{id}/connect \
  --header 'Authorization: <api-key>'
{
  "connectUrl": "<string>",
  "token": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. API keys should be passed using the format Bearer API_KEY.

Path Parameters

projectId
string
required
id
string
required

Query Parameters

connectionId
string

Response

A successful response.

connectUrl
string
required
token
string
required