woom kill#

Kill jobs hat were submitted when running the current workflow.

usage: woom kill [-h] [--task TASK] [--cycle CYCLE] [--dry-run]
                 [--log-level {debug,info,warning,error,critical}]
                 [--log-no-color]
                 [jobid ...]

Positional Arguments#

jobid

job id

Named Arguments#

--task

kill this task only

--cycle

kill this cycle only

--dry-run

run in fake mode for testing purpose

Default: False

--log-level

Possible choices: debug, info, warning, error, critical

logging level

Default: 'warning'

--log-no-color

suppress colors in console

Default: False

Examples#

Kill all jobs:

woom kill

Kill only a job with a specific id:

woom kill 1251

Kill a job bounded to a specific task:

woom kill --task download_data

Kill all job that belongs to a specific cycle:

woom kill --cycle prolog
woom kill --cycle 2020-01-01T12:00:00-2020-01-02T00:00:00