Skip to contents

Stops the currently running LM Studio local server via the CLI.

Usage

lms_server_stop()

Value

Invisibly returns the system exit code (0 for success).

Examples

if (FALSE) { # \dontrun{
lms_server_start()
lms_server_stop()
} # }