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

43 lines
830 B
Markdown

---
title: vela workflow terminate
---
Terminate an application workflow.
### Synopsis
Terminate an application workflow in cluster.
```
vela workflow terminate [flags]
```
### Examples
```
vela workflow terminate <application-name>
```
### Options
```
-e, --env string specify environment name for application
-h, --help help for terminate
-n, --namespace string specify the Kubernetes namespace to use
```
### Options inherited from parent commands
```
-y, --yes Assume yes for all user prompts
```
### SEE ALSO
* [vela workflow](vela_workflow) - Operate application delivery workflow.
#### Go Back to [CLI Commands](vela) Homepage.
###### Auto generated by spf13/cobra on 19-Apr-2022, refer to [script in KubeVela](https://github.com/oam-dev/kubevela/tree/master/hack/docgen).