
delete-auto-scaling-group
*************************


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

Deletes the specified Auto Scaling group if the group has no instances
and no scaling activities in progress.

Note: To remove all instances before calling  delete-auto-scaling-group ,
  you can call  update-auto-scaling-group to set the minimum and
  maximum size of the AutoScalingGroup to zero.


SYNOPSIS
========

   aws autoscaling delete-auto-scaling-group
     --auto-scaling-group-name <value>
     [--force-delete ]


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

"--auto-scaling-group-name"  (string)
   The name of the Auto Scaling group.


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

"--force-delete"  (boolean)
   Starting with API version 2011-01-01, specifies that the Auto
   Scaling group will be deleted along with all instances associated
   with the group, without waiting for all instances to be terminated.
