Skip to main content

Other Commands

Additional CLI commands for managing Claude Code Router.

ccr stop

Stop the running server.

ccr stop

ccr restart

Restart the server.

ccr restart

ccr code

Execute a claude command through the router.

ccr code [args...]

ccr ui

Open the Web UI in your browser.

ccr ui

ccr activate

Output shell environment variables for integration with external tools.

ccr activate

Global Options

These options can be used with any command:

OptionDescription
-h, --helpShow help
-v, --versionShow version number
--config <path>Path to configuration file
--verboseEnable verbose output

Examples

Stop the server

ccr stop

Restart with custom config

ccr restart --config /path/to/config.json

Open Web UI

ccr ui