1CONDOR_ROUTER_RM(1) HTCondor Manual CONDOR_ROUTER_RM(1)
2
3
4
6 condor_router_rm - HTCondor Manual
7
8 Remove jobs being managed by the HTCondor Job Router
9
10
12 condor_router_rm [router_rm options ] [condor_rm options ]
13
15 condor_router_rm is a script that provides additional features above
16 those offered by condor_rm, for removing jobs being managed by the HT‐
17 Condor Job Router.
18
19 The options that may be supplied to condor_router_rm belong to two
20 groups:
21
22 • router_rm options provide the additional features
23
24 • condor_rm options are those options already offered by condor_rm. See
25 the condor_rm manual page for specification of these options.
26
28 -constraint X
29 (router_rm option) Remove jobs matching the constraint speci‐
30 fied by X
31
32 -held (router_rm option) Remove only jobs in the hold state
33
34 -idle (router_rm option) Remove only idle jobs
35
36 -route name
37 (router_rm option) Remove only jobs on specified route
38
40 condor_router_rm will exit with a status value of 0 (zero) upon suc‐
41 cess, and it will exit with the value 1 (one) upon failure.
42
44 HTCondor Team
45
47 1990-2022, Center for High Throughput Computing, Computer Sciences De‐
48 partment, University of Wisconsin-Madison, Madison, WI, US. Licensed
49 under the Apache License, Version 2.0.
50
51
52
53
548.8 Jun 13, 2022 CONDOR_ROUTER_RM(1)