remove
Remove application reference from the Replicated admin console.
You can use the kots remove
command to remove one or more installed applications from the admin console.
With kots remove
, the deployed application is not removed from the cluster. Only the reference for the application is removed from the admin console.
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 | Remove the reference even if the application has already been deployed |
-n | string | The namespace to remove the application from. Replace [namespace] with the actual namespace designation or use default for the default namespace. |
Example
kubectl kots remove sentry -n default