HP 3PAR OS 3.1.3 Command Line Interface Reference

removetemplate
DESCRIPTION
The removetemplate command removes one or more Virtual Volume (VV), Logical Disk (LD),
and Common Provisioning Group (CPG) templates.
SYNTAX
removetemplate [options]{<template_name>|<pattern>}...
AUTHORITY
Super
Any role granted the template_remove right.
NOTE: You need access to all domains in order to run this command.
OPTIONS
f
Specifies that the command is forced. If this option is not used, the command requires confirmation
before proceeding with its operation.
pat
The specified patterns are treated as glob-style patterns and that all templates matching the specified
pattern are removed. By default, confirmation is required to proceed with the command unless the
f option is specified. This option must be used if the pattern specifier is used.
SPECIFIERS
<template_name>
Specifies the name of the template to be deleted, using up to 31 characters. This specifier can be
repeated to remove multiple templates.
<pattern>
Specifies a glob-style pattern. This specifier can be repeated to remove multiple templates. If this
specifier is not used, the <template_name> specifier must be used. See “Glob-Style Pattern
(page 12) for more information
RESTRICTIONS
Access to all domains is required to run this command.
EXAMPLES
The following example displays the forced removal of template vv1:
cli% removetemplate -f vv1
NOTES
None
removetemplate 239