Updating 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. Open the navigation menu , select Identity & Security, and then select Vault.
    2. Under List scope, select the compartment that contains the vault.
    3. On the Vaults page, select the name of the vault to open its details page.
    4. To edit the vault's name, select Edit Name.
    5. Enter a new name for the vault and then select Update.
  • Open a command prompt and run oci kms management vault update to update a vault:

    Note

    You cannot change the vault type after the vault is created.
    oci kms management vault update --vault-id <vault_id>

    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 KMS CLI Command Reference.

  • Use the UpdateVault API with the KMSVAULT endpoint to update 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.