Clusters
Applications
Models
Artifacts
- GETGet Artifact
- DELDelete Artifact
- GETList Artifacts
- GETGet Artifact Version
- DELDelete Artifact Version
- GETList Artifact Versions
- PUTApply Artifact Version
- POSTDelete Artifact Version
- POSTGet Signed Urls For Artifact Version
- POSTCreate Multi Part Upload
- POSTStage Artifact Version
- POSTList Files For Artifact Version
- POSTMark Stage Failure
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>"
}
Assistant
Responses are generated using AI and may contain mistakes.