DeleteJob: Cancel a running job

View source: R/Jobs.R

DeleteJobR Documentation

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

## Not run: 
  projectId <- "59a5af20c80891534e3c2bde"
  initialJobs <- ListModelJobs(project)
  job <- initialJobs[[1]]
  DeleteJob(job)

## End(Not run)

datarobot documentation built on Nov. 3, 2023, 1:07 a.m.