> For the complete documentation index, see [llms.txt](https://oiadocs.cloudfabrix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oiadocs.cloudfabrix.io/implementer-guide/platform-installation/macaw-cli/macaw-cli-reset.md).

# macaw reset

## cfxDimensions Platform factory reset:

**macaw reset** command allows the user to reset the cfxDimensions platform configuration by performing the below operations.

* Stop cfxDimensions application, platform & infrastructure services
* Delete cfxDimensions application, platform & infrastructure services and its data
* Delete all pre-launched containers on cLambda nodes
* Delete all Docker images and volumes on Platform, Service and cLambda nodes
* Delete cfxDimensions platform configuration

{% hint style="danger" %}
&#x20;**macaw reset** command is a disruptive operation as it clears entire cfxDimensions platform footprint. It's primary purpose is to use only in Demo or POC environments ("**NOT**" in Production) where it requires to re-install entire cfxDimensions platform from scratch.
{% endhint %}

```
macaw reset
```

After executing the above command, user need to re-configure and [install cfxDimensions platform](/implementer-guide/platform-installation.md).
