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

# moorcheh-edge status

> Check server health and store quota.

## Synopsis

```bash theme={null}
moorcheh-edge status [--base-url URL]
```

## Options

| Flag         | Default                 | Description                |
| ------------ | ----------------------- | -------------------------- |
| `--base-url` | `http://localhost:8080` | Moorcheh Edge API base URL |

## Example output

```json theme={null}
{
  "status": "ok",
  "dimension": 768,
  "store_mode": "text",
  "embedding_model": "BAAI/bge-base-en-v1.5",
  "items": 5,
  "max_items": 10000,
  "remaining": 9995
}
```

Before the first upload, `dimension`, `store_mode`, and `embedding_model` are `null`.

## Related

* [API: Health](/api-references/health)
