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

808 B

title
vela delete

Delete an application

Synopsis

Delete an application.

vela delete APP_NAME1 [APP_NAME2 APP_NAME3...]

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
  -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 Homepage.

Auto generated by spf13/cobra script in KubeVela.