begin destroy

Destroy a Begin app or app environment

begin destroy
npx begin destroy

Options

-a, --app
If used without the env flag: destroy an app and all its environments. If used with the env flag: destroy a single app environment
-e, --env
Select an app environment to destroy; optionally specify the environment name or ID to destroy
--force
Immediately destroy without prompting for confirmation

Examples

Destroy an app (and all of its environments)

begin destroy --app
npx begin destroy --app

Destroy the app environment named staging

begin destroy --env staging
npx begin destroy --env staging