Go to primary content
Oracle® Communications Network Repository Function (NRF) Cloud Native Installation and Upgrade Guide
Release 1.0
F16981-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

5 NRF Uninstallation

Deleting the NRF deployment

To completely delete or remove the NRF deployment, execute:

helm del --purge <helm-release>
For example:
helm del --purge ocnrf
Delete kubernetes namespace
kubectl delete namespace <ocnrf kubernetes namespace>
For example:
kubectl delete namespace ocnrf