Go to primary content
Oracle® Communications Service Communication Proxy (SCP) Cloud Native Installation Guide
Release 1.0
F12352-01
Go To Table Of Contents
Contents

Previous
Previous
Next
Next

SCP Uninstall

SCP deployment can be uninstalled as follows. Below steps needs to be executed from a server which is having access to Kubectl and helm commands.

Table 2-8 SCP Uninstall

Step # Procedure Description

1

Undeploy SCP

Execute the following command to uninstall SCP:

$ helm delete <deployment_name> --purge

2

Remove SCP crds

Execute the following command to remove SCP crds:

$ kubectl get crds -o name | grep <deployment_name>.oracle.io | xargs kubectl delete

Example: $ kubectl get crds -o name | grep scp.oracle.io | xargs kubectl delete

3

Delete namespace

Execute the following command to delete namespace:

kubectl delete namespace <deployment_name>

Note: Deleting namespace deletes all the other k8s objects in that namespace.