job_cancel {cloudml} | R Documentation |
Cancel a job
Description
Cancel a job.
Usage
job_cancel(job = "latest")
Arguments
job |
Job name or job object. Pass "latest" to indicate the most recently submitted job. |
See Also
Other job management functions: job_collect
,
job_list
, job_status
,
job_stream_logs
, job_trials
[Package cloudml version 0.6.1 Index]