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:
| Option | Description |
|---|---|
-h, --help | Show help |
-v, --version | Show version number |
--config <path> | Path to configuration file |
--verbose | Enable verbose output |
Examples
Stop the server
ccr stop
Restart with custom config
ccr restart --config /path/to/config.json
Open Web UI
ccr ui
Related Documentation
- Getting Started - Introduction to Claude Code Router
- Configuration - Configuration guide