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

# deploy

Deploy a Rumi system (XAR file) to the local private cloud.

## Syntax

```bash
rumi cloud local deploy --xar <xar-file>
```

## Options

| Option  | Short | Description                    | Required |
| ------- | ----- | ------------------------------ | -------- |
| `--xar` | `-x`  | Path to the XAR file to deploy | Yes      |

## Example

```bash
rumi cloud local deploy --xar my-app.xar
```

## See Also

* [provision](/rumi-cli/commands/cloud/local/provision.md)
* [configure](/rumi-cli/commands/cloud/local/configure.md)
