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.
Overview
Stops Moorcheh Docker containers started bymoorcheh up. Your data in ~/.moorcheh/data is not deleted.
Synopsis
Options
| Flag | Description |
|---|---|
| (none) | Stop and remove all compose services (server + moorcheh-ollama if running) |
--use-host-ollama | Stop only the Moorcheh server container; leave moorcheh-ollama running if present |
--bundled-ollama | Same as default — full compose teardown including bundled Ollama |
You cannot use
--bundled-ollama and --use-host-ollama together (exit code 1).--use-host-ollama does not stop Ollama running on your host (outside Docker). It only skips stopping the moorcheh-ollama container.Examples
Output
Docker compose progress may print to stdout/stderr, for example:moorcheh down, moorcheh status fails until you run moorcheh up again.
Exit codes
| Code | Meaning |
|---|---|
0 | Containers stopped |
1 | Conflicting flags or Docker compose error |