diff --git a/content/rancher/v2.x/en/catalog/apps/_index.md b/content/rancher/v2.x/en/catalog/apps/_index.md index 9421f3708d2..679ac350de7 100644 --- a/content/rancher/v2.x/en/catalog/apps/_index.md +++ b/content/rancher/v2.x/en/catalog/apps/_index.md @@ -148,7 +148,11 @@ After an application has been upgraded, you can easily rollback to a different t ### Deleting Catalog Application Deployments -As a safeguard to prevent you from unintentionally deleting other catalog applications that share a namespace, deleting catalog applications themselves does not delete the namespace they're assigned to. Therefore, when you want to delete a deployed catalog application, assuming that it's the only app in its namespace, delete the namespace rather than the catalog app itself. Deleting the namespace deletes both the namespace and the catalog app, whereas deleting the catalog app only deletes the app but not the namespace. +As a safeguard to prevent you from unintentionally deleting other catalog applications that share a namespace, deleting catalog applications themselves does not delete the namespace they're assigned to. + +Therefore, if you want to delete both an app and the namespace that contains the app, you should remove the app and the namespace separately: + +1. Uninstall the app using the app's `uninstall` function. 1. From the **Global** view, navigate to the project that contains the catalog application that you want to delete.