1datalad uninstall(1) General Commands Manual datalad uninstall(1)
2
3
4
6 datalad uninstall - dEPRECATED: use the DROP command
7
9 datalad uninstall [-h] [-d DATASET] [-r] [--nocheck] [--if-dirty
10 {fail,save-before,ignore}] [--version] [PATH ...]
11
12
13
15 PATH path/name of the component to be uninstalled. Constraints: value
16 must be a string or value must be NONE
17
18
19 -h, --help, --help-np
20 show this help message. --help-np forcefully disables the use of
21 a pager for displaying the help message
22
23 -d DATASET, --dataset DATASET
24 specify the dataset to perform the operation on. If no dataset
25 is given, an attempt is made to identify a dataset based on the
26 PATH given. Constraints: Value must be a Dataset or a valid
27 identifier of a Dataset (e.g. a path) or value must be NONE
28
29 -r, --recursive
30 if set, recurse into potential subdatasets.
31
32 --nocheck
33 whether to perform checks to assure the configured minimum num‐
34 ber (remote) source for data. Give this option to skip checks.
35
36 --if-dirty {fail, save-before, ignore}
37 desired behavior if a dataset with unsaved changes is discov‐
38 ered: 'fail' will trigger an error and further processing is
39 aborted; 'save-before' will save all changes prior any further
40 action; 'ignore' let's datalad proceed as if the dataset would
41 not have unsaved changes. [Default: 'save-before']
42
43 --version
44 show the module and its version which provides the command
45
47 datalad is developed by The DataLad Team and Contributors <team@datal‐
48 ad.org>.
49
50
51
52datalad uninstall 0.19.3 2023-08-11 datalad uninstall(1)