# 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).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://oiadocs.cloudfabrix.io/implementer-guide/platform-installation/macaw-cli/macaw-cli-reset.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
