> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cuse.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# stop

> Stop running computers and proxy server

## Usage

```bash theme={null}
npx @cusedev/cli stop
```

## Description

The `stop` command halts all running computers in your project and shuts down the proxy server. This command will gracefully stop all Docker containers associated with your project.

## Example

```bash theme={null}
npx @cusedev/cli stop
```

## Output

You'll see:

* Status of each container being stopped
* Confirmation of proxy server shutdown
* Final confirmation when all services are stopped
