-
Notifications
You must be signed in to change notification settings - Fork 437
env delete command
Efe Karakus edited this page Jun 25, 2020
·
5 revisions
$ copilot env delete [flags]copilot env delete deletes an environment from your application. If there are running applications in your environment, you first need to run copilot svc delete.
After you answer the questions, you should see the AWS CloudFormation stack for your environment gone.
-h, --help help for delete
-n, --name string Name of the environment.
--profile string Name of the profile.
--yes Skips confirmation prompt.
-a, --app string Name of the application.Delete the "test" environment.
$ copilot env delete --name test --profile defaultDelete the "test" environment without prompting.
$ copilot env delete --name test --profile default --yes