**To delete a launch configuration**

This example deletes the specified launch configuration::

    aws autoscaling delete-launch-configuration --launch-configuration-name my-launch-config

For more information, see `Shut Down Auto Scaling Processes`_ in the *Auto Scaling Developer Guide*.

.. _`Shut Down Auto Scaling Processes`: http://docs.aws.amazon.com/AutoScaling/latest/DeveloperGuide/as-process-shutdown.html
