Migrating production infrastructure? Get up to $10K in migration credits.
Apply nowSeptember 01, 2026
New
Added usage telemetry to the Render CLI
The Render CLI now automatically collects usage telemetry to help us understand common use cases and improve user experience. Telemetry is enabled by default in version 2.26.0 or later.
Telemetry includes the following:
- Commands run (e.g.,
render services list) - Command performance and completion status
- CLI version
- System information
- Execution context
The Render CLI does not collect sensitive user data, such as command arguments, environment variable values, passwords, or the contents of your files.
You can disable telemetry at any time by setting either the RENDER_CLI_DISABLE_ANALYTICS or DO_NOT_TRACK environment variables. For example:
Learn more in the documentation.