CellPilot / aws /dist /awscli /examples /cloudformation /delete-stack.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
203 Bytes
**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.