| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
Deletes the specified application along with all associated versions and configurations.
Note
You cannot delete an application that has a running environment.
elastic-beanstalk-delete-application -a
[
name] -f
| Name | Description | Required |
|---|---|---|
|
|
The name of the application to delete. Type: String Default: None Length Constraints: Minimum value of 1. Maximum value of 100. |
Yes |
|
|
Determines if all running environments should be deleted before deleting the application. Type: Boolean Valid Values: Default: |
No |
The command returns the string Application
deleted.
This example shows how to delete an application.
PROMPT> elastic-beanstalk-delete-application -a MySampleApp