Skip to main content
POST
/
instances
/
{id}
/
add_key
Add SSH key to instance
curl --request POST \
  --url api.thundercompute.com:///8443/v1/instances/{id}/add_key \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "key": "<string>",
  "uuid": "<string>"
}

Authorizations

Authorization
string
header
required

Path Parameters

id
string
required

Instance ID

Body

application/json

The body is of type object.

Response

OK

key
string
uuid
string