cURL
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>" }
Add a new SSH key to an existing instance for access
Instance ID
The body is of type object.
object
OK
Was this page helpful?