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 / cloudformation / delete-stack.rst
Size: Mime:
**To delete a stack**

The following ``delete-stack`` example deletes the specified stack. ::

    aws cloudformation delete-stack \
        --stack-name my-stack

This command produces no output.