Skip to main content
GET
/
api
/
version
Get cluster version
curl --request GET \
  --url http://{host}:{port}/api/version
{
  "version": "2.43.0",
  "ray_version": "2.43.0"
}

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.

Response

200 - application/json

Version info

version
string
Example:

"2.43.0"

ray_version
string
Example:

"2.43.0"