> 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/start-platform.md).

# start-platform

Start a stopped platform.

## Syntax

```bash
rumi cloud aws start-platform --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-platform](/rumi-cli/commands/cloud/aws/launch-platform.md)
* [stop-platform](/rumi-cli/commands/cloud/aws/stop-platform.md)
* [terminate-platform](/rumi-cli/commands/cloud/aws/terminate-platform.md)
