> 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/cfxdimensions-start-stop-order.md).

# cfxDimensions Start, Stop order

This section explains how to safely start and stop the cfxDimensions infrastructure, platform & application services.

### Starting cfxDimensions Services: Order of steps (Infrastructure, Platform & Application services)

Login into cfxDimensions platform VM using SSH client as '**macaw**' user for CLI access and start the below services in sequence.

* Infrastructure Services
* Platform Services
* Application Services

Starting cfxDimensions platform infrastructure services:

```
macaw infra start
```

Verify cfxDimensions platform's infrastructure services status and make sure all of them are up & running.&#x20;

```
macaw infra status
```

![](/files/-MY30xfTpv4VF3wLykTX)

{% hint style="info" %}
Please wait for 60 to 90 seconds before starting cfxDimensions platform's platform services
{% endhint %}

```
macaw platform start
```

Verify cfxDimensions platform's platform services status and make sure all of them are up & running.&#x20;

```
macaw platform status
```

![](/files/-MY31zwkIL7R_cXlSnyi)

{% hint style="info" %}
Please wait for 60 to 90 seconds before starting cfxDimensions platform's application services
{% endhint %}

```
macaw services start
```

Verify cfxDimensions platform's application services status and make sure all of them are up & running.&#x20;

```
macaw services status
```

![](/files/-MY32t6pFQpVqSMcXwwq)

### Stopping cfxDimensions Services: Order of steps (Application, Platform & Infrastructure services)

Login into cfxDimensions platform VM using SSH client as '**macaw**' user for CLI access and stop the below services in sequence.

* Application Services
* Platform Services
* Infrastructure Services

To stop cfxDimensions platform's Application services, run the below command. Wait until all of the services are stopped.

```
macaw services stop
```

```
macaw services status
```

To stop cfxDimensions platform's Platform services, run the below command. Wait until all of the services are stopped.

```
macaw platform stop
```

```
macaw platform status
```

To stop cfxDimensions platform's Infrastructure services, run the below command. Wait until all of the services are stopped.

```
macaw infra stop
```

```
macaw infra status
```
