kubevela.github.io/docs/cli/vela_uninstall.md

44 lines
806 B
Markdown

---
title: vela uninstall
---
Uninstalls KubeVela from a Kubernetes cluster
### Synopsis
Uninstalls KubeVela from a Kubernetes cluster.
```
vela uninstall [flags]
```
### Examples
```
vela uninstall
```
### Options
```
-d, --detail show detail log of installation (default true)
-f, --force force uninstall whole vela include all addons
-h, --help help for uninstall
-n, --namespace string namespace scope for installing KubeVela Core (default "vela-system")
```
### Options inherited from parent commands
```
-y, --yes Assume yes for all user prompts
```
### SEE ALSO
#### Go Back to [CLI Commands](vela) Homepage.
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).