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

# status

> Show the status of your deployed agents

Displays the current status of all agents in your team from Pulumi stack outputs.

## Usage

```bash theme={null}
clawup status [options]
```

## Options

| Option    | Description                            |
| --------- | -------------------------------------- |
| `--json`  | Output as JSON                         |
| `--local` | Show status of local Docker containers |

## Examples

```bash theme={null}
# Show status table
clawup status

# JSON output for scripting
clawup status --json

# Show local Docker container status
clawup status --local
```
