cortex uninstall
Remove Cortex system service and daemon configurations.
Usage
cortex uninstall [options]
Options
| Option | Description |
|---|---|
--daemon-only | Uninstall only the daemon service |
--server-only | Uninstall only the HTTP server service |
--help | Show help for this command |
Examples
# Uninstall Cortex
cortex uninstall
# Uninstall only daemon
cortex uninstall --daemon-only