Man page - datalad-uninstall(1)
Packages contas this manual
- datalad-wtf(1)
- datalad-run(1)
- datalad-push(1)
- datalad-remove(1)
- datalad-update(1)
- datalad-create-test-dataset(1)
- datalad-sshrun(1)
- datalad-clean(1)
- datalad-clone(1)
- datalad-export-archive-ora(1)
- datalad-addurls(1)
- datalad-export-archive(1)
- datalad-check-dates(1)
- datalad(1)
- datalad-shell-completion(1)
- datalad-no-annex(1)
- datalad-create-sibling-gogs(1)
- datalad-create-sibling-gitlab(1)
- datalad-install(1)
- datalad-status(1)
- datalad-create-sibling(1)
- datalad-create-sibling-ria(1)
- datalad-add-readme(1)
- datalad-foreach-dataset(1)
- datalad-diff(1)
- datalad-subdatasets(1)
- datalad-rerun(1)
- datalad-create(1)
- datalad-export-to-figshare(1)
- datalad-copy-file(1)
- datalad-create-sibling-gitea(1)
- datalad-add-archive-content(1)
- datalad-siblings(1)
- datalad-drop(1)
- datalad-create-sibling-github(1)
- datalad-save(1)
- datalad-run-procedure(1)
- datalad-create-sibling-gin(1)
- datalad-download-url(1)
- datalad-unlock(1)
- datalad-get(1)
- datalad-uninstall(1)
- datalad-configuration(1)
- datalad-wtf(1)
- datalad-run(1)
- datalad-push(1)
- datalad-remove(1)
- datalad-update(1)
- datalad-create-test-dataset(1)
- datalad-sshrun(1)
- datalad-clean(1)
- datalad-clone(1)
- datalad-export-archive-ora(1)
- datalad-addurls(1)
- datalad-export-archive(1)
- datalad-check-dates(1)
- datalad(1)
- datalad-shell-completion(1)
- datalad-no-annex(1)
- datalad-create-sibling-gogs(1)
- datalad-create-sibling-gitlab(1)
- datalad-install(1)
- datalad-status(1)
- datalad-create-sibling(1)
- datalad-create-sibling-ria(1)
- datalad-add-readme(1)
- datalad-foreach-dataset(1)
- datalad-diff(1)
- datalad-subdatasets(1)
- datalad-rerun(1)
- datalad-create(1)
- datalad-export-to-figshare(1)
- datalad-copy-file(1)
- datalad-create-sibling-gitea(1)
- datalad-add-archive-content(1)
- datalad-siblings(1)
- datalad-drop(1)
- datalad-create-sibling-github(1)
- datalad-save(1)
- datalad-run-procedure(1)
- datalad-create-sibling-gin(1)
- datalad-download-url(1)
- datalad-unlock(1)
- datalad-get(1)
- datalad-uninstall(1)
- datalad-configuration(1)
Package: datalad
apt-get install datalad
apt-get install datalad
Manuals in package:
Documentations in package:
Package: datalad
apt-get install datalad
apt-get install datalad
Manuals in package:
Documentations in package:
Manual
| datalad uninstall(1) | General Commands Manual | datalad uninstall(1) |
NAME
datalad uninstall - dEPRECATED: use the DROP command
SYNOPSIS
datalad uninstall [-h] [-d DATASET] [-r] [--nocheck] [--if-dirty {fail,save-before,ignore}] [--version] [PATH ...]
OPTIONS
- PATH
- path/name of the component to be uninstalled. Constraints: value must be a string or value must be NONE
- -h, --help, --help-np
- show this help message. --help-np forcefully disables the use of a pager for displaying the help message
- -d DATASET, --dataset 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
- -r, --recursive
- if set, recurse into potential subdatasets.
- --nocheck
- whether to perform checks to assure the configured minimum number (remote) source for data. Give this option to skip checks.
- --if-dirty {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']
- --version
- show the module and its version which provides the command
AUTHORS
datalad is developed by The DataLad Team and Contributors <team@datalad.org>.
| 2025-06-15 | datalad uninstall 1.1.5 |