Skip to main content
POST
/
api
/
jobs
/
{submission_id}
/
stop
Stop a job
curl --request POST \
  --url http://{host}:{port}/api/jobs/{submission_id}/stop
{
  "stopped": true
}

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.

Path Parameters

submission_id
string
required

Response

Stop requested

stopped
boolean