Delete the target group
Delete the target group
If the target group is used in an HTTP policy, the policy will be deleted along with the target group. The target group's servers will not be deleted.
Control panel
OpenStack CLI
- In the dashboard, on the top menu, click Products and select Cloud Servers.
- Go to Balancers → Target Groups tab.
- In the group card, click .
- Enter the name of the target group.
- Click Delete.
-
Delete the target group:
openstack loadbalancer pool delete <pool>
Specify
<pool>
— The ID or name of the target group can be viewed using theopenstack loadbalancer pool list
command.