1git-annex-unregisterurl(1)  General Commands Manual git-annex-unregisterurl(1)
2
3
4

NAME

6       git-annex-unregisterurl - unregisters an url for a key
7

SYNOPSIS

9       git annex unregisterurl [key url]
10

DESCRIPTION

12       This  plumbing-level  command  can be used to unregister urls when keys
13       can no longer be downloaded from them.
14
15       Unregistering a key's last web url will make git-annex no longer  treat
16       content as being present in the web special remote.
17
18       Normally the key is a git-annex formatted key. However, if the key can‐
19       not be parsed as a key, and is a valid url, an URL key  is  constructed
20       from the url.
21

OPTIONS

23       --batch
24
25              In  batch  input  mode, lines are read from stdin, and each line
26              should contain a key and url, separated by a single space.
27
28       -z     When in batch mode, the input is delimited by nulls  instead  of
29              the usual newlines.
30
31       --json Enable  JSON  output.  This is intended to be parsed by programs
32              that use git-annex. Each line of output is a JSON object.
33
34       --json-error-messages
35              Messages that would normally be output to standard error are in‐
36              cluded in the json instead.
37
38       Also the git-annex-common-options(1) can be used.
39

SEE ALSO

41       git-annex(1)
42
43       git-annex-registerurl(1)
44
45       git-annex-rmurl(1)
46

AUTHOR

48       Joey Hess <id@joeyh.name>
49
50                                                    git-annex-unregisterurl(1)
Impressum