> ## Documentation Index
> Fetch the complete documentation index at: https://hedera-0c6e0218-mintlify-bc559771.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Credentials Plugin

> Manage stored Hedera operator credentials and keys with the Hiero CLI Credentials plugin, including listing, adding, viewing, and removing saved entries.

## Full Command Reference

<Accordion title="Credentials List">
  Show all stored credentials.
</Accordion>

<Accordion title="Credentials Remove">
  Remove credentials by keyRefId from KMS storage.

  <ResponseField name="-i, --id" type="string" required>
    Key reference ID to remove from KMS<br />
    Example: `hcli credentials remove --id kr_8167eee6d0bee5c1`
  </ResponseField>
</Accordion>
