> For the complete documentation index, see [llms.txt](https://docs.rumi.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rumi.systems/rumi-cli/commands/cloud/aws/stop.md).

# stop

Stop all services in a private cloud. Instances remain provisioned.

## Syntax

```bash
rumi cloud aws stop --profile <profile> --name <name> [options]
```

## Options

| Option      | Short | Description               | Default   |
| ----------- | ----- | ------------------------- | --------- |
| `--profile` | `-p`  | AWS profile to use        | Required  |
| `--name`    | `-n`  | Name of the private cloud | Required  |
| `--region`  | `-r`  | AWS region                | us-east-1 |

## Example

```bash
rumi cloud aws stop --profile my-aws-profile --name my-cloud
```

{% hint style="info" %}
**Cost Tip:** Stopping instances avoids EC2 hourly charges while preserving your environment. EBS storage charges still apply.
{% endhint %}

## See Also

* [start](/rumi-cli/commands/cloud/aws/start.md)
* [deprovision](/rumi-cli/commands/cloud/aws/deprovision.md)
