curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/jobs/{jobId}/runs/{jobRunName} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete Job Run for provided jobRunName and jobId
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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Application Id of JOB
Job run name of the application
Job Run deleted
Job run deleted
Was this page helpful?