Skip to main content
GET
/
api
/
serve
/
applications
Get Serve status
curl --request GET \
  --url http://{host}:{port}/api/serve/applications/
{
  "controller_info": {
    "node_id": "<string>",
    "actor_id": "<string>"
  },
  "applications": {},
  "deploy_mode": "MULTI_APP"
}

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

Serve status

controller_info
object
applications
object
deploy_mode
enum<string>
Available options:
MULTI_APP