Clusters
Applications
Models
Artifacts
Prompts
Secret Groups
Model Deployments
Users
Personal Access Tokens
Virtual Accounts
Jobs
Delete Job Run
Delete Job Run for provided jobRunName and jobId
DELETE
/
api
/
svc
/
v1
/
jobs
/
{jobId}
/
runs
/
{jobRunName}
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/jobs/{jobId}/runs/{jobRunName} \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Application Id of JOB
Job run name of the application
Response
200
application/json
Job Run deleted
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://{controlPlaneURL}/api/svc/v1/jobs/{jobId}/runs/{jobRunName} \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}