var img = document.createElement('img'); img.src = "https://terradocs.matomo.cloud//piwik.php?idsite=1&rec=1&url=https://docs.terra.money" + location.pathname; img.style = "border:0"; img.alt = "tracker"; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(img,s);
Skip to main content

terrad keys delete

Delete the given keys.

Synopsis​

Delete keys from the Keybase backend.

Note that removing ledger or offline keys only removes the public key references stored locally. For example, private keys stored in a ledger device cannot be deleted with the CLI.

Usage​

Terrad
Copy

_1
terrad keys delete <name>... [flags]

Options​

Terrad
Copy

_3
-f, --force Remove the key unconditionally without asking for the passphrase. Deprecated.
_3
-h, --help help for delete
_3
-y, --yes Skip confirmation prompt when deleting offline or ledger key references

Options inherited from parent commands​

Terrad
Copy

_4
--home string The application home directory (default "terra")
_4
--keyring-backend string Select keyring's backend (os|file|test) (default "os")
_4
--keyring-dir string The client Keyring directory; if omitted, the default 'home' directory will be used
_4
--output string Output format (text|json) (default "text")

See also​