> ## 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.

# list

> List all computers in project

## Usage

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

## Description

The `list` command shows all computers defined in your project configuration, including both running and stopped computers.

## Output

A table showing for each computer:

* Identifier
* Operating System
* Template
* Status (running/stopped)
* Container ID (if running)
* API URL (if running)
* noVNC URL (if running)
