Remove HTTP policy from the rule
Remove HTTP policy from the rule
If a target group is specified in an HTTP policy, it is not removed when the policy is deleted.
Control panel
OpenStack CLI
- In the dashboard, on the top menu, click Products and select Cloud Servers.
- Go to Balancers → Balancers tab.
- Open the balancer page.
- In the Rules block, open the rule card.
- From the HTTP policy menu, select Delete Policy.
- Enter the name of the HTTP policy to confirm the deletion.
- Click Delete.
-
Remove the HTTP policy:
openstack loadbalancer l7policy delete <policy>
Specify
<policy>
— the ID or name of the HTTP policy. The list can be viewed using theopenstack loadbalancer l7policy list
command.