qos adaptive-policy-group delete
Delete an adaptive policy group
Availability: This command is available to cluster administrators at the admin privilege level.
Description
The qos adaptive-policy-group delete command deletes an adaptive policy group from a cluster. You cannot delete a policy group if a QoS workload associated with a storage object is assigned to it unless you use the -force parameter. Using the -force parameter will delete all the QoS workloads for storage objects associated with the specified adaptive policy groups.
Only user created adaptive policy groups can be deleted. Default adaptive policy groups are read only and cannot be deleted.
Parameters
- -policy-group <text> - Name
- Specifies the name of the adaptive policy group that you want to delete.
- [-force [true]] - Force Delete Workloads for the QoS adaptive policy group (privilege: advanced)
- Specifies whether to delete an adaptive policy group along with any underlying workloads.
Examples
The following example deletes "p1" adaptive policy group:
cluster1::> qos adaptive-policy-group delete p1
Deletes the "p1" adaptive policy group along with any underlying QoS workloads.
cluster1::> qos adaptive-policy-group delete p1 -force
Give documentation feedback