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

# CLI

> Use the current Leamout self-hosted operator commands.

The current operator surface is:

```text theme={null}
leamout init
leamout up
leamout down
leamout status
leamout logs
leamout doctor
leamout license
leamout backup
leamout restore
leamout update
leamout version
```

`up`, `down`, `status`, and `logs` operate the installed runtime at `/var/lib/leamout/runtime/compose.yaml` using `/etc/leamout/leamout.env`.

`status` currently shows Docker Compose service status. `logs` follows logs with the last 200 lines by default and accepts additional Compose log targets/options after the command.

Use `doctor` after initialization or update to validate the locally installed deployment.
