$ oc delete clusterlogging instance -n openshift-logging
You can remove cluster logging from your OpenShift Container Platform cluster.
You can remove cluster logging from your cluster.
Cluster logging and Elasticsearch must be installed.
To remove cluster logging:
Use the following command to remove everything generated during the deployment.
$ oc delete clusterlogging instance -n openshift-logging
Use the following command to remove the Persistent Volume Claims that remain after the Operator instances are deleted:
$ oc delete pvc --all -n openshift-logging