lgh_serve_stop
Stop the running LGH HTTP server by terminating its PID. Safe to invoke as a cleanup step even if the server is already down, leaving registered repositories intact.
Instructions
Stop the background LGH HTTP server by shutting down its PID. Registered repositories and local commits are unaffected; pushes simply fail until the server is restarted with lgh_serve_start. Returns a friendly notice instead of an error when the server is not running, so it is safe to call speculatively as a cleanup step. Takes no arguments; use lgh_status to check state first if you want to avoid a no-op call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||