Environment Variables
Check your docs version
This version of the Anyscale docs is deprecated. Go to the latest version for up to date information.
The following environment variables are available in the Ray container (& made available for use in init scripts).
ANYSCALE_ARTIFACT_STORAGE
- a path at which runtime artifacts may be stored (e.g.s3://$ANYSCALE_CLOUD_STORAGE_BUCKET/$ANYSCALE_ORGANIZATION_ID/$ANYSCALE_CLOUD_ID/artifact_storage/
)ANYSCALE_CLI_TOKEN
- the token that the current context uses to authenticate to AnyscaleANYSCALE_CLOUD_ID
- the cloud IDANYSCALE_CLOUD_STORAGE_BUCKET
- the name of the storage bucket associated to this cluster's cloudANYSCALE_CLOUD_STORAGE_BUCKET_REGION
- the region of the storage bucket associated with this cluster's cloudANYSCALE_CLUSTER_ID
- the cluster IDANYSCALE_DEBUG
- set to enable debug-level logging for Anyscale utilitiesANYSCALE_INSTANCE_ID
- the instance IDANYSCALE_NODE_GROUP_ID
– the name of the node group (e.g. worker-node-group-0)ANYSCALE_NODE_IP
- the instance private IPANYSCALE_ORGANIZATION_ID
- the Anyscale Organization IDANYSCALE_PROJECT_ID
- the Anyscale Project IDANYSCALE_PROJECT
- the Anyscale Project nameANYSCALE_RAY_METRICS_ENDPOINT
- the local Prometheus address that Ray metrics are exposed onANYSCALE_USERNAME
- the username of the creator of this clusterANYSCALE_USER_EMAIL
- the user email of the creator of this clusterANYSCALE_WORKING_DIR
- the working directory of the cluster/workspace
Additional Environment Variables
- (jobs only)
ANYSCALE_JOB_ID
- the ID of the job - (services only)
ANYSCALE_SERVICE_ID
- the ID of the service