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

Bearer HTTP authentication. Allowed headers-- Authorization: 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