Skip to content

Finishing touches

Cleanup

Once you're ready to clean up your OpenShift project, follow the instructions in this section.

  1. Run the following command to clean up most of the objects in your project. Remember to change the value of NN.

    oc delete all --all -n userNN-project
    

    This will delete some of the objects in your project, but it will not delete the secret you created.

  2. Delete your secret with the following command.

    oc delete secret nationalparks-mongodb-parameters -n userNN-project
    

Conclusion

To learn more about OpenShift Container Platform and see the additional tooling it provides to develop and manage more complex applications, please refer to the following links.