template rename
Rename a template
Availability: This command is available to cluster administrators at the admin privilege level.
Description
Use this command to rename an existing template.
Parameters
- -name <template name> - Name of the template
- This parameter specifies the name of the template.
- -new-name <template name> - New name of the template
- This parameter specifies the template's new name.
Examples
The following example renames a template template1 as template2:
cluster1::> template rename -name template1 -new-name template2
Give documentation feedback