Updating a Vault

Update a vault to change its name. You cannot change the vault type after the vault is create.

    1. Open the navigation menu, click Identity & Security, and then click Vault.
    2. Under List scope, select the compartment that contains the vault.
    3. On the Vaults page, click the name of the vault to open its details page.
    4. To edit the vault's name, click Edit Name.
    5. Enter a new name for the vault and then click Update.
  • Open a command prompt and run oci kms management vault create to rename a vault:

    Note

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

    For example:

    
    oci kms management vault update vault-1

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

  • Run the UpdateVault operation that uses the KMSVAULT API endpoint.

    Note

    Each region use the KMSVAULT API endpoint for create, update, and list operations for vault. This endpoint is referred to as the control plane URL or vault management endpoint. Each region also has a unique endpoint for operations related to retrieving vault details. This endpoint is known as the data plane URL or the secret retrieval endpoint. For regional endpoints, see the API Documentation.

    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.