SSH Keys
Create server SSH key
Add a new SSH key to the server.
Processing mode: <small><code>async</code></small>
post/orgs/{organization}/servers/{server}/ssh-keys
Path parameters
organizationstring required
The organization slug
serverinteger required
The server ID
Request body
Example request
{
"name": "oliver-macbook",
"key": "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5A... user@example.com",
"user": "username"
}Response
Adding SSH key to server accepted