Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / autoscaling / delete-lifecycle-hook.rst
Size: Mime:
**To delete a lifecycle hook**

This example deletes the specified lifecycle hook. ::

    aws autoscaling delete-lifecycle-hook \
        --lifecycle-hook-name my-lifecycle-hook \
        --auto-scaling-group-name my-asg

This command produces no output.