Skip to main content

Overview

Calls GET /health and prints a one-line quota summary, then the full health JSON. Use after moorcheh up to confirm the API is reachable and see how much of the global item cap is in use.

Synopsis

Options

Examples

Output

Line 1 — human-readable summary:
Line 2+ — JSON from /health:
string
"ok" when the server is healthy.
string
Ollama embedding model configured on the server.
number
Total items stored across all namespaces.
number
Global item cap (default 100000).
number
max_items - items.
Example JSON
JSON key order may vary. All fields above are present on success.

Exit codes