36 lines
722 B
Markdown
36 lines
722 B
Markdown
---
|
|
title: vela cluster detach
|
|
---
|
|
|
|
detach managed cluster.
|
|
|
|
### Synopsis
|
|
|
|
detach managed cluster.
|
|
|
|
```
|
|
vela cluster detach [CLUSTER_NAME] [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for detach
|
|
-p, --kubeconfig-path string Specify the kubeconfig path of managed cluster. If you use ocm to manage your cluster, you must set the kubeconfig-path.
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
-y, --yes Assume yes for all user prompts
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [vela cluster](vela_cluster) - Manage Kubernetes Clusters
|
|
|
|
#### Go Back to [CLI Commands](vela) Homepage.
|
|
|
|
|
|
###### Auto generated by [spf13/cobra script in KubeVela](https://github.com/kubevela/kubevela/tree/master/hack/docgen).
|