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

# terminate-amq

Terminate the ActiveMQ broker.

## Syntax

```bash
rumi cloud aws terminate-amq \
  --profile <profile> \
  --network <network> \
  --key-pair <keypair> \
  [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       |
| `--key-pair` | `-k`  | The network's EC2 key pair                     | Required       |
| `--no-wait`  | `-o`  | Don't wait for the instance to fully terminate | `false` (wait) |

## See Also

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