Ray

Ray Jobs REST API

REST API on the Ray head node for submitting, listing, inspecting, and stopping Ray jobs, plus streaming logs. Default base URL is http://:8265/api/jobs/. Open-source clusters are typically unauthenticated; production deployments rely on network controls or Anyscale-managed authentication.

API entry from apis.yml

apis.yml Raw ↑
aid: ray:jobs-api
name: Ray Jobs REST API
description: REST API on the Ray head node for submitting, listing, inspecting, and stopping Ray jobs,
  plus streaming logs. Default base URL is http://<head-node>:8265/api/jobs/. Open-source clusters are
  typically unauthenticated; production deployments rely on network controls or Anyscale-managed authentication.
humanURL: https://docs.ray.io/en/latest/cluster/running-applications/job-submission/rest.html
baseURL: http://127.0.0.1:8265/api
tags:
- Jobs
- Cluster
- Submission
- Logs
properties:
- type: Documentation
  url: https://docs.ray.io/en/latest/cluster/running-applications/job-submission/rest.html
- type: Python SDK
  url: https://docs.ray.io/en/latest/cluster/running-applications/job-submission/sdk.html
- type: CLI
  url: https://docs.ray.io/en/latest/cluster/running-applications/job-submission/cli.html