Start
Options
| Option | Description |
|---|---|
--workspace, -W | Target workspace name. |
--foreground, -f | Run in foreground with live logs. Use Ctrl+C to stop. |
--admin | Also start the admin UI on its dedicated port (localhost only). |
Examples
Stop
Options
| Option | Description |
|---|---|
--workspace, -W | Target workspace name. |
Restart
start, so you can change the admin UI or foreground flag on restart.
Options
| Option | Description |
|---|---|
--workspace, -W | Target workspace name. |
--foreground, -f | Run the restarted server in foreground with live logs. |
--admin | Also start the admin UI on its dedicated port (localhost only). |
Examples
restart tool is also available via the HTTP API (POST /invoke with "tool": "restart"), which is how the admin UI triggers it. When called from inside the running server process the shutdown is self-initiated — the server sets a restart flag, shuts down gracefully, then spawns a fresh detached process before exiting. See Server lifecycle architecture for details.
Status
- server running state and PID
- gateway connection state
- last connected timestamp
- gateway URL
- device ID
- HTTP status URL
--workspace, status uses default behavior:
- if only one workspace exists, it shows that workspace
- if multiple workspaces exist, it prints a summary for all
Options
| Option | Description |
|---|---|
--workspace, -W | Optional workspace name. |
