Documentation

lms server stop

Stop the running LM Studio server instance.

The lms server stop command gracefully stops the running LM Studio server.

Stop the server

Stop the running server instance:

lms server stop

Example output:

Stopped the server on port 1234.

Any active request will be terminated when the server is stopped. You can restart the server using lms server start.

This page's source is available on GitHub