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

# stop-admin

Stop the Admin service.

## Syntax

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

## Options

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

## See Also

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