Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cloudformation/delete-stack.rst
1567 views
**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.