1FTS-REST-CLI(1) FTS-REST-CLI(1)
2
3
4
6 fts-rest-transfer-cancel
7
9 Usage: fts-rest-transfer-cancel options
10
12 This command can be used to cancel a running job. It returns the final
13 state of the canceled job. Please, mind that if the job is already in
14 a final state (FINISHEDDIRTY, FINISHED, FAILED), this command will re‐
15 turn this state. You can additionally cancel only a subset appending a
16 comma-separated list of file ids
17
19 -h/–help
20 Show this help message and exit
21
22 -v/–verbose
23 Verbose output.
24
25 -s/–endpoint
26 Fts3 rest endpoint.
27
28 -j/–json
29 Print the output in json format.
30
31 –key The user certificate private key.
32
33 –cert The user certificate.
34
35 –capath
36 Use the specified directory to verify the peer
37
38 –insecure
39 Do not validate the server certificate
40
41 –access-token
42 Oauth2 access token (supported only by some endpoints, takes
43 precedence)
44
46 $ fts-rest-transfer-cancel -s https://fts3-devel.cern.ch:8446 c079a636-c363-11e3-b7e5-02163e009f5a
47 FINISHED
48 $ fts-rest-transfer-cancel -s https://fts3-devel.cern.ch:8446 c079a636-c363-11e3-b7e5-02163e009f5a:5658,5659,5670
49 CANCELED, CANCELED, CANCELED
50
52 fts-devel@cern.ch.
53
54
55
56fts-rest-transfer-cancel August 24, 2016 FTS-REST-CLI(1)