cortex restart
Restart the Cortex HTTP server and background daemon processes.
Usage
cortex restart [options]
Options
| Option | Description |
|---|---|
--port, -p | Port of the server to restart (default: 3000) |
--host, -H | Host to bind to (default: 127.0.0.1) |
--daemon-only | Restart only the daemon processes |
--server-only | Restart only the HTTP server |
--help | Show help for this command |
Examples
# Restart everything
cortex restart
# Restart on custom port
cortex restart -p 8080
# Restart only the server
cortex restart --server-only