Ray collects anonymous usage statistics by default. The data helps the project understand which features are used and which versions are running in the wild. No personal data, no source code, no cluster contents are collected.Documentation Index
Fetch the complete documentation index at: https://ray-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
What’s collected
- Ray version and the libraries you use (Core, Data, Train, Tune, Serve, RLlib).
- A randomly generated cluster ID.
- High-level cluster shape (number of nodes, presence of GPUs).
- Whether the cluster is running on Kubernetes or a known cloud provider.
What’s not collected
- Names of your tasks, actors, files, models, datasets, or paths.
- Logs, metrics, or traces.
- Code, configuration, or environment variables.
Opt out
Set the environment variable on every node beforeray start:
--disable-usage-stats to ray start:
Verify
Next steps
FAQ
Common cluster-management questions.
Configure
Cluster start-time configuration.