remove
Remove application reference from the KOTS Admin Console.
You can use the kots remove
command to remove one or more installed applications from the Admin Console.
By default, the deployed application is not removed from the cluster. Only the reference for the application is removed from the Admin Console. To completely remove the application and delete its resources from the cluster, use the --undeploy
flag.
Usage
kubectl kots remove [app-slug] -n [namespace]
[app-slug]
is the slug of the installed application to be removed (required)- Provide
[flags]
according to the table below
This command supports all global flags and also:
Flag | Type | Description |
---|---|---|
--force | bool | Removes the reference even if the application has already been deployed. |
--undeploy | bool | Un-deploys the application by deleting all its resources from the cluster. When Note: The following describes how
|
-n | string | The namespace where the target application is deployed. Use |
Example
kubectl kots remove sentry -n default