pachctl stop job
pachctl stop job #
Stop a job.
Synopsis #
This command stops a job immediately. To specify the project where the parent pipeline lives, use the --project
flag
pachctl stop job <pipeline>@<job> [flags]
Options #
-h, --help help for job
--project string Specify the project (by name) containing the parent pipeline for the job. (default "video-to-frame-traces-test")
Options inherited from parent commands #
--no-color Turn off colors.
--rpc-timeout duration If non-zero, perform all client operations with this RPC deadline.
-v, --verbose Output verbose logs.
SEE ALSO #
- pachctl stop - Cancel an ongoing task.