DeleteJob | R Documentation |
Cancel a running job
DeleteJob(job)
job |
object. The job you want to cancel (one of the items in the list returned from
|
## Not run:
projectId <- "59a5af20c80891534e3c2bde"
initialJobs <- ListModelJobs(project)
job <- initialJobs[[1]]
DeleteJob(job)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.