Account
Account
Account
AccountKeys
Create a New SSH Key
gpu_droplets.account.keys.create(KeyCreateParams**kwargs) -> ssh_keySSHKeyKeyCreateResponse
post/v2/account/keys
Delete an SSH Key
gpu_droplets.account.keys.delete(Union[int, str]ssh_key_identifier)
delete/v2/account/keys/{ssh_key_identifier}
List All SSH Keys
gpu_droplets.account.keys.list(KeyListParams**kwargs) -> metaMetaPropertieslinksPageLinksssh_keyslistKeyListResponse
get/v2/account/keys
Retrieve an Existing SSH Key
gpu_droplets.account.keys.retrieve(Union[int, str]ssh_key_identifier) -> ssh_keySSHKeyKeyRetrieveResponse
get/v2/account/keys/{ssh_key_identifier}
Update an SSH Key's Name
gpu_droplets.account.keys.update(Union[int, str]ssh_key_identifier, KeyUpdateParams**kwargs) -> ssh_keySSHKeyKeyUpdateResponse
put/v2/account/keys/{ssh_key_identifier}