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

# stop-amq

Stop (power off) the ActiveMQ broker in a network. Stopping instances you are not using saves cost.

## Syntax

```bash
rumi cloud civo stop-amq \
  --api-key <token> \
  --region <region> \
  --network <network> \
  [options]
```

## Options

| Option      | Short | Description                                         | Default  |
| ----------- | ----- | --------------------------------------------------- | -------- |
| `--api-key` | `-k`  | The Civo API token to use (or set `CIVO_API_TOKEN`) | Required |
| `--region`  | `-r`  | The Civo region the instance is in (e.g. `FRA1`)    | Required |
| `--network` | `-n`  | Name of the network                                 | Required |
| `--nowait`  | `-o`  | Do not wait for the instance to fully stop          | `false`  |

## Example

```bash
rumi cloud civo stop-amq \
  --api-key $CIVO_API_TOKEN \
  --region FRA1 \
  --network my-cloud
```

## See Also

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