Key Pairs
A set of operations for importing and managing SSH key pair resources.
Endpoint Name | URL | Description |
---|---|---|
List key pairs | GET /core/keypairs | Returns a list of your existing SSH key pairs. |
Import key pair | POST /core/keypairs | Imports an SSH key pair. |
Update key pair | PUT /core/keypair/{id} | Modifies the name of an existing SSH key pair. |
Delete key pair | DELETE /core/keypair/{id} | Deletes a key pair. |
The keypairs object
Keypairs endpoints return the keypairs
object, offering comprehensive details about your SSH key pairs. This includes the name, environment, public key, creation timestamp, fingerprint, and ID.
Attributes of the Keypair object
id integer
A unique identifier for the key pair.
name string
The name of the key pair.