Creating a Vault
Learn how to create a vault in OCI.
- use the oci kms management vault create command and required parameters to create a new vault. Tip
 You can't change the vault type after the vault is created.- oci kms management vault create --compartment-id <compartment_ocid> --display-name <vault_name> --vault-type <vault_type [OPTIONS]- For a complete list of parameters and values for CLI commands, see the CLI Command Reference. 
- Use the CreateVault operation with the KMSVAULT API endpoint to create 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.