cortex start
This command starts the Cortex API server processes. If the server is not yet running, the server will automatically be started when running other Cortex commands.
Usage
info
You can use the --verbose
flag to display more detailed output of the internal processes. To apply this flag, use the following format: cortex --verbose [subcommand]
.
- MacOs/Linux
- Windows
cortex start [options]
cortex.exe start [options]
Options
Option | Description | Required | Default value | Example |
---|---|---|---|---|
-h , --help | Display help information for the command. | No | - | -h |
-p , --port <port> | Port to serve the application. | No | - | -p 39281 |
--loglevel <loglevel> | Setup loglevel for cortex server, supported levels are TRACE, DEBUG, INFO, WARN, ERROR | No | - | --loglevel DEBUG |