Skip to main content
POST
/
v1
/
buckets
/
{bucket_identifier}
/
batches
/
{batch_id}
/
tiers
/
{tier_num}
/
jobs
/
{ray_job_id}
/
cancel
Cancel Job
curl --request POST \
  --url https://api.mixpeek.com/v1/buckets/{bucket_identifier}/batches/{batch_id}/tiers/{tier_num}/jobs/{ray_job_id}/cancel \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket_identifier
string
required

The unique identifier of the bucket.

batch_id
string
required

The unique identifier of the batch.

tier_num
integer
required

Zero-based tier number.

Required range: x >= 0
ray_job_id
string
required

Ray job ID to cancel.

Response

Successful Response

The response is of type Response Cancel Job V1 Buckets Bucket Identifier Batches Batch Id Tiers Tier Num Jobs Ray Job Id Cancel Post · object.