Learn R Programming

rlmstudio (version 0.2.2)

lms_server_stop: Stop the LM Studio local server

Description

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

Usage

lms_server_stop()

Arguments

Value

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

See Also

Examples

Run this code
if (FALSE) {
lms_server_start()
lms_server_stop()
}

Run the code above in your browser using DataLab