Go to primary content
Oracle® Communications Network Slice Selection Function (NSSF) Cloud Native Installation Guide
Release 1.0
F16982-02
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

6 NSSF Uninstallation

Deleting the NSSF deployment

To completely delete or remove the NSSF deployment, execute:

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