
delete-application
******************


DESCRIPTION
===========

Deletes the specified application along with all associated versions
and configurations. The application versions will not be deleted from
your Amazon S3 bucket.

Note: You cannot delete an application that has a running environment.


SYNOPSIS
========

   aws elasticbeanstalk delete-application
     --application-name <value>
     [--terminate-env-by-force ]


REQUIRED PARAMETERS
===================

"--application-name"  (string)
   The name of the application to delete.


OPTIONAL PARAMETERS
===================

"--terminate-env-by-force"  (boolean)
   When set to true, running environments will be terminated before
   deleting the application.
