SSH Keys
Manages the SSH public keys registered in a project: listing, adding, copying to another project, and deleting. Registered keys can be authorized on VMs at creation time.
GET
List SSH Keys
Returns all SSH keys registered in the project.
POST
Create SSH Key
Registers a new SSH public key in the project.
DELETE
Delete SSH Key
Deletes an SSH key from the project.
POST
Copy SSH Key
Copies an SSH key from this project into another project owned by the current user.