Deleting a Stack on the AWS CloudFormation Console - AWS CloudFormation

Deleting a Stack on the AWS CloudFormation Console

To delete a stack

  1. On the Stacks page in the CloudFormation console, select the stack that you want to delete. The stack must be currently running.

  2. In the stack details pane, choose Delete.

  3. Select Delete stack when prompted.

    Note

    After stack deletion has begun, you cannot abort it. The stack proceeds to the DELETE_IN_PROGRESS state.

    After the stack deletion is complete, the stack will be in the DELETE_COMPLETE state. Stacks in the DELETE_COMPLETE state are not displayed in the AWS CloudFormation console by default. To display deleted stacks, you must change the stack view filter as described in Viewing Deleted Stacks on the AWS CloudFormation Console.

    If the delete failed, the stack will be in the DELETE_FAILED state. For solutions, see the Delete Stack Fails troubleshooting topic.

For information on protecting stacks from being accidentally deleted see Protecting a Stack From Being Deleted.