Documentation

daemon

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 status

JSON output

For scripting or automation:

lms daemon status --json

Example output when running:

{"status":"running","pid":12345,"isDaemon":true}

Example output when not running:

{"status":"not-running"}

Start or stop the daemon

To find out more about llmster, see Headless Mode.

This page's source is available on GitHub