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.
📄️ Returns all SSH keys registered in the project.
Returns a list of SSH keys for the selected project.
📄️ Registers a new SSH public key in the project.
This operation is synchronous; the created key is returned in the response.
📄️ Deletes an SSH key from the project.
Deletes the selected SSH key.
📄️ Copies an SSH key from this project into another project owned by the current user.
Creates an independent copy of the key in the target project and returns the new key. The source