Server
Managing the R2R server with the CLI.
Server Management
Check Server Health
Check the health of the server using the health
command:
This command has no additional arguments.
Check Server Stats
Check the server stats using the server-stats
command:
This command has no additional arguments.
Retrieve Logs
Retrieve logs with an optional type filter using the logs
command:
Bring Down Docker Compose
Bring down the Docker Compose setup and attempt to remove the network if necessary using the docker-down
command:
Generate System Report
Generate a system report including R2R version, Docker info, and OS details using the generate-report
command:
This command has no additional arguments.
Start R2R Server
Start the R2R server using the serve
command:
Update R2R
Update the R2R package to the latest version using the update
command:
This command has no additional arguments.
Print R2R Version
Print the version of R2R using the version
command:
This command has no additional arguments.