Skip to main content
A newer release of this product is available.

qos policy-group rename

Contributors
Suggest changes

Rename a policy group

Availability: This command is available to cluster administrators at the admin privilege level.

Description

The qos policy-group rename command changes the name of an existing policy group.

Parameters

-policy-group <text> - Policy Group Name

Specifies the existing name of the policy group that you want to rename.

-new-name <text> - New Policy Group Name

Specifies the new name of the policy group. Policy group names must be unique and are restricted to 127 alphanumeric characters including underscores "_" and hyphens "-". Policy group names must start with an alphanumeric character.

Examples

cluster1::> qos policy-group rename -policy-group p1 -new-name p1_new

Renames the policy group from "p1" to "p1_new".