rtcctl

rtcctl is a command-line interface (CLI) tool designed to manage your RTC server installation via its API. It’s perfect for automation scripts, CI/CD pipelines, and quick administrative tasks.

Launch Options / Flags

The following flags are available for all rtcctl commands:

FlagShorthandDefault ValueDescription
--url-uhttp://localhost:8080/api/v1The URL of the RTC server to connect to.
--token-t(none)The API access token. If not provided as a flag, the value will be taken from the RTCCTL_TOKEN environment variable.
--log-level-l0The logging level, using the slog format.
Last updated on