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

# stop-instance

Stop a service instance.

## Syntax

```bash
rumi cloud local stop-instance --name <name>
```

## Options

| Option   | Short | Description                  | Required |
| -------- | ----- | ---------------------------- | -------- |
| `--name` | `-n`  | Name of the service instance | Yes      |

## Example

```bash
rumi cloud local stop-instance --name processor-1
```

## See Also

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