Skip to content

app delete command

Efe Karakus edited this page Jun 25, 2020 · 5 revisions
$ copilot app delete

What does it do?

copilot app delete deletes all resources associated with an application.

What are the flags?

    --env-profiles stringToString   Optional. Environments and the profile to use to delete the environment. (default [])
-h, --help                          help for delete
    --yes                           Skips confirmation prompt.

Examples

Force delete the application with environments "test" and "prod".

$ copilot app delete --yes --env-profiles test=default,prod=prod-profile
Clone this wiki locally