-
Notifications
You must be signed in to change notification settings - Fork 431
svc delete command
David Killmon edited this page Jun 25, 2020
·
2 revisions
$ copilot svc delete [flags]
copilot svc delete
deletes all resources associated with your service in a particular environment.
-e, --env string Name of the environment.
-h, --help help for delete
-n, --name string Name of the service.
--yes Skips confirmation prompt.
Force delete the application with environments "test" and "prod".
$ copilot svc delete --name test --yes