Renaming a Vault

Learn how to update a vault's details. Note that you can't change the vault type after the vault is created.

    1. On the Vaults list page, find the vault that you want to work with. If you need help finding the list page, see Listing Vaults.
    2. Select the name of the vault to open its details page.
    3. Select Actions to see a list of actions you can perform on the vault.
    4. Select Edit Name.
    5. Enter a new name for the vault and then select Update
  • Use the oci kms management vault update command and required parameters to rename a vault:

    oci kms management vault update --vault-id <vault_ocid> --display-name <new_display_name> [OPTIONS]

    For example:

    
    oci kms management vault update --vault-id ocid1.vault.region1.sea.exampleaaacu2.examplesrcvbtqe5wgrxn2jua3olmeausn5fauxseubwu5my5tf3w3 --display-name examplevault

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the UpdateVault API with the KMSVAULT endpoint to rename a vault.

    For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.