Skip to content

kill job by id

Request

Stops a specified job ID.

Security
ApiKeyAuth
Path
job_idinteger(JobId)required

the job id

Example:19
curl -i -X POST \
  https://api.treasuredata.com/v3/job/kill/19 \
  -H 'Authorization: TD1 <YOUR_TOKEN_HERE>'

Responses

OK

Bodyapplication/json
One of:
Response
{}