lms daemon status
Check whether llmster is running.
The lms daemon status command reports whether llmster is currently running.
Flags
--json (optional) : flag
Output the status in JSON format
Check daemon status
lms daemon statusJSON output
For scripting or automation:
lms daemon status --jsonExample output when running:
{ "status": "running", "pid": 12345, "isDaemon": true }Example output when not running:
{ "status": "not-running" }Start or stop the daemon
lms daemon up— start the daemon.lms daemon down— stop the daemon.
To find out more about llmster, see Headless Mode.