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

# motus serve health

> Check the health of a running Motus agent server.

Check the health of a running server. Hits the `/health` endpoint and prints a summary of the server's current state.

## Usage

```bash theme={null}
motus serve health <url>
```

## Examples

### Check server health

```bash theme={null}
motus serve health http://localhost:8000
```

```
Status: ok
Workers: 2/4
Total sessions: 2
```
