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

The following command deletes the specified empty stack set. The stack set must be empty. ::

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

This command produces no output.

To delete instances from the stack set, use the ``delete-stack-instances`` command.