--- title: vela delete --- Delete an application ### Synopsis Delete an application. ``` vela delete APP_NAME ``` ### Examples ``` vela delete frontend ``` ### Options ``` -e, --env string specify environment name for application -f, --force force to delete the application -h, --help help for delete -n, --namespace string specify the Kubernetes namespace to use --svc string delete only the specified service in this app -w, --wait wait util the application is deleted completely ``` ### 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).