Skip to content

wpe envs delete

Remove a deployed environment from a Headless Platform application.

Terminal window
$ wpe envs delete $ENV_ID [OPTIONS]

The wpe envs delete command will remove an existing deployed environment from an application.

--app, -a The app name
--help, -h Help for delete

Let’s assume the environment ID is bmna3gedlzerwcb4vc04gssl and the app name is myapp. Running the following command will delete the environment:

Terminal window
$ wpe envs delete bmna3gedlzerwcb4vc04gssl -a myapp