ray up cluster.yaml # bring up clusterray attach cluster.yaml # SSH into the headray submit cluster.yaml ./my_script.py # run a script on the clusterray exec cluster.yaml "tail -f /tmp/ray/session_latest/logs/raylet.out"ray rsync_up cluster.yaml ./my_pkg /home/ray/my_pkgray down cluster.yaml # tear it down
A cluster.yaml declares cloud provider, node types, and setup commands. See Launching clusters.
ray status # node and resource summaryray dashboard <host> # forward dashboard to localhostray memory # object store usageray timeline -o trace.json # Chrome trace of recent activity