[Service-mesh]: delete applied policy

Hi All,
How can I delete/disable the applied policies on a mesh. I only see commands for applying the policy.

In Kubernetes or Universal environments?

For k8s you can use kubectl delete <policytype> <policyname> e.g. kubectl delete meshtrafficpermission xyz.

For Universal you can use kumactl with the same command (https://kuma.io/assets/dev/raw/generated/cmd/kumactl/kumactl_delete/).

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.