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


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

Deletes the specified version from the specified application.

Note: You cannot delete an application version that is associated with a
  running environment.


SYNOPSIS
========

   aws elasticbeanstalk delete-application-version
     --application-name <value>
     --version-label <value>
     [--delete-source-bundle ]


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

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

"--version-label"  (string)
   The label of the version to delete.


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

"--delete-source-bundle"  (boolean)
   Indicates whether to delete the associated source bundle from
   Amazon S3:

   * "true" : An attempt is made to delete the associated Amazon S3
     source bundle specified at time of creation.

   * "false" : No action is taken on the Amazon S3 source bundle
     specified at time of creation.

   Valid Values: "true" | "false"
