cortex restart

Restart the Cortex HTTP server and background daemon processes.

Usage

cortex restart [options]

Options

OptionDescription
--port, -pPort of the server to restart (default: 3000)
--host, -HHost to bind to (default: 127.0.0.1)
--daemon-onlyRestart only the daemon processes
--server-onlyRestart only the HTTP server
--helpShow 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