Using Console
Using CLI
<stack-name>
with the name of the CloudFormation Stack that has a failed status.<stack-name>
with the name of the CloudFormation Stack that has a failed status, <path-to-template-file>
with the path to the updated CloudFormation template file, and <path-to-parameters-file>
with the path to the updated parameters file.Using Python
boto3
library in Python to get the list of CloudFormation stacks and their status.delete_stack
method of the CloudFormation client.