

# Uninstall solution stacks
<a name="uninstall-isb"></a>

You can uninstall the stacks, use the AWS Management Console or the AWS Command Line Interface (AWS CLI).

Make sure you uninstall the stacks in this order:

1. Compute stack

1. Data stack

1. IDC stack

1. AccountPool stack

## Using the AWS Management Console
<a name="using-the-aws-management-console"></a>

1. Sign in to the [AWS CloudFormation console](https://console.aws.amazon.com/cloudformation/home?).

1. Select the stack you want to delete.

1. Choose **Delete stack**.

**Note**  
Make sure you uninstall the stacks in this order: Compute, Data, IDC, and AccountPool.

### Using AWS Command Line Interface
<a name="using-aws-command-line-interface"></a>

Verify that AWS CLI is available in your environment. For installation instructions, refer to [What Is the AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-welcome.html) in the *AWS CLI User Guide*.

Once you have access to AWS CLI, run the following command:

```
$ aws cloudformation delete-stack --stack-name <STACK_NAME>
```

**Note**  
Make sure you uninstall the stacks in this order: Compute, Data, IDC, and AccountPool.