wpe envs delete
Description
Section titled “Description”Remove a deployed environment from a Headless Platform application.
$ wpe envs delete $ENV_ID [OPTIONS]
Extended Description
Section titled “Extended Description”The wpe envs delete
command will remove an existing deployed environment from an application.
Options
Section titled “Options”--app, -a The app name--help, -h Help for delete
Examples
Section titled “Examples”Let’s assume the environment ID is bmna3gedlzerwcb4vc04gssl
and the app name is myapp
. Running the following command will delete the environment:
$ wpe envs delete bmna3gedlzerwcb4vc04gssl -a myapp