.TH "datalad uninstall" "1" "2023\-01\-25" "datalad uninstall 0.18.1" .SH NAME \fBdatalad uninstall\fR \- dEPRECATED: use the DROP command .SH SYNOPSIS .nh .HP \fBdatalad uninstall\fR [-h] [-d\~DATASET] [-r] [--nocheck] [--if-dirty {fail,save-before,ignore}] [--version] [PATH ...] .hy .SH OPTIONS .TP PATH path/name of the component to be uninstalled. Constraints: value must be a string or value must be NONE .TP \fB-h\fR, \fB--help\fR, \fB--help-np\fR show this help message. --help-np forcefully disables the use of a pager for displaying the help message .TP \fB-d\fR DATASET, \fB--dataset\fR DATASET specify the dataset to perform the operation on. If no dataset is given, an attempt is made to identify a dataset based on the PATH given. Constraints: Value must be a Dataset or a valid identifier of a Dataset (e.g. a path) or value must be NONE .TP \fB-r\fR, \fB--recursive\fR if set, recurse into potential subdatasets. .TP \fB--nocheck\fR whether to perform checks to assure the configured minimum number (remote) source for data. Give this option to skip checks. .TP \fB--if-dirty\fR {fail, save-before, ignore} desired behavior if a dataset with unsaved changes is discovered: 'fail' will trigger an error and further processing is aborted; 'save-before' will save all changes prior any further action; 'ignore' let's datalad proceed as if the dataset would not have unsaved changes. [Default: 'save-before'] .TP \fB--version\fR show the module and its version which provides the command .SH AUTHORS datalad is developed by The DataLad Team and Contributors .