datarobot (version 2.18.6)

DeleteJob: Cancel a running job

Description

Cancel a running job

Usage

DeleteJob(job)

Arguments

job

object. The job you want to cancel (one of the items in the list returned from ListJobs)

Examples

Run this code
if (FALSE) {
  projectId <- "59a5af20c80891534e3c2bde"
  initialJobs <- ListModelJobs(project)
  job <- initialJobs[[1]]
  DeleteJob(job)
}

Run the code above in your browser using DataLab