powered by
Cancel a running job
DeleteJob(job)
object. The job you want to cancel (one of the items in the list returned from ListJobs)
ListJobs
# NOT RUN { projectId <- "59a5af20c80891534e3c2bde" initialJobs <- GetModelJobs(project) job <- initialJobs[[1]] DeleteJob(job) # }
Run the code above in your browser using DataLab