Permanently removes a specified SSH key from your Vultr account, revoking its access to associated instances.
The vultr-cli ssh-key delete
command permanently removes a specified SSH key from your Vultr account, revoking its access to associated instances.
$ vultr-cli ssh-key delete <sshKeyID>
# Full example
$ vultr-cli ssh-key delete ffd31f18-5f77-454c-9065-212f942c3c35
# Shortened with alias commands
$ vultr-cli ssh d ffd31f18-5f77-454c-9065-212f942c3c35
No comments yet.