3.7.4 Remove a Vault Template

A vault template is a named collection of file storage attribute settings defined at the vault level and used when creating new files in the vault. By using vault templates, you can manage file storage attributes automatically and consistently across the vault. A vault template overrides the settings in the corresponding cluster template.

To remove a vault template, use the ESCLI rmtemplate command with the --vault option as follows:

  • To remove a template that is associated with a file type, use the --file-type option. For example:

    @> rmtemplate --vault vault-name --file-type file-type
  • To remove a user-defined vault template, use the --name option. For example:

    @> rmtemplate --vault vault-name --name template-name