Skip to main content
GET
/
ssh
/
connect
/
{instance_id}
{
  "command": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

instance_id
string
required

Instance ID (must start with 'i_')

Query Parameters

system
enum<string>
required

Operating system type for SSH command generation

Available options:
windows,
linux,
darwin

Response

Successful Response

Response model for SSH command endpoint.

command
string
required
I