# macaw services

## cfxDimensions Application services operational management:

**macaw services** command allows the macaw user to view, start, stop and delete the application services.

Run the below command to view all of the running application services on cfxDimensions platform.

```
macaw services status
```

![](/files/-MFN_QTo6bDr75N-NqIF)

Run the below commands to stop/start all of the cfxDimensions application services.

```
macaw services stop
macaw services start
```

If user wants to delete all of the cfxDimensions application services, run the '**macaw services stop --remove-container**' command to stop and delete all of them. After running this command, user will not be able to access cfxAIA / cfxOIA or other cfxDimensions applications as it deletes all of them.

{% hint style="danger" %}
**macaw services stop --remove-container** is a disruptive operation and it is recommended to take full system backup before running this command in a Production environment.
{% endhint %}

```
macaw services stop --remove-container
```


---

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