Skip to main content
DELETE
/
api
/
svc
/
v1
/
jobs
/
{jobId}
/
runs
/
{jobRunName}
Delete Job Run
curl --request DELETE \
  --url https://{controlPlaneURL}/api/svc/v1/jobs/{jobId}/runs/{jobRunName} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.truefoundry.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

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

Path Parameters

jobId
string
required

Application Id of JOB

jobRunName
string
required

Job run name of the application

Response

Job Run deleted

message
string
required

Job run deleted