Account
AccountKeys
List All SSH Keys
client.GPUDroplets.Account.Keys.List(ctx, query) (*GPUDropletAccountKeyListResponse, error)
/v2/account/keys
Create a New SSH Key
client.GPUDroplets.Account.Keys.New(ctx, body) (*GPUDropletAccountKeyNewResponse, error)
/v2/account/keys
Retrieve an Existing SSH Key
client.GPUDroplets.Account.Keys.Get(ctx, sshKeyIdentifier) (*GPUDropletAccountKeyGetResponse, error)
/v2/account/keys/{ssh_key_identifier}
Update an SSH Key's Name
client.GPUDroplets.Account.Keys.Update(ctx, sshKeyIdentifier, body) (*GPUDropletAccountKeyUpdateResponse, error)
/v2/account/keys/{ssh_key_identifier}
Delete an SSH Key
client.GPUDroplets.Account.Keys.Delete(ctx, sshKeyIdentifier) error
/v2/account/keys/{ssh_key_identifier}