> 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-amq.md).

# stop-amq

Stop a running ActiveMQ broker.

## Syntax

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

## Options

| Option      | Short | Description                               | Default        |
| ----------- | ----- | ----------------------------------------- | -------------- |
| `--profile` | `-p`  | AWS profile to use                        | Required       |
| `--region`  | `-r`  | AWS region                                | `us-east-1`    |
| `--network` | `-n`  | Name of the Rumi network                  | Required       |
| `--no-wait` | `-o`  | Don't wait for the instance to fully stop | `false` (wait) |

## See Also

* [launch-amq](/rumi-cli/commands/cloud/aws/launch-amq.md)
* [start-amq](/rumi-cli/commands/cloud/aws/start-amq.md)
* [terminate-amq](/rumi-cli/commands/cloud/aws/terminate-amq.md)
