Skip to content

Latest commit

 

History

History
executable file
·
8 lines (5 loc) · 203 Bytes

File metadata and controls

executable file
·
8 lines (5 loc) · 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.