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

# deprovision

Deprovision and delete a private cloud.

## Syntax

```bash
rumi cloud aws deprovision --profile <profile> --name <name> [options]
```

## Options

| Option             | Short | Description               | Default   |
| ------------------ | ----- | ------------------------- | --------- |
| `--profile`        | `-p`  | AWS profile to use        | Required  |
| `--name`           | `-n`  | Name of the private cloud | Required  |
| `--delete-network` |       | Also delete the network   | false     |
| `--region`         | `-r`  | AWS region                | us-east-1 |

## Example

```bash
rumi cloud aws deprovision --profile my-aws-profile --name my-cloud
```

{% hint style="warning" %}
This permanently terminates all instances and deletes associated data. Use `--delete-network` to also remove network infrastructure.
{% endhint %}

## See Also

* [provision](/rumi-cli/commands/cloud/aws/provision.md)
* [stop](/rumi-cli/commands/cloud/aws/stop.md)
