remove_collections¶
- lsst.daf.butler.cli.cmd.remove_collections = <ButlerCommand remove-collections>¶
Remove one or more non-RUN collections.
COLLECTION is a glob-style expression that identifies the collection(s) to remove.
This command can be used to remove only non-RUN collections. If RUN collections are found when searching for collections (and the –no-confirm flag is not used), then they will be shown in a separate table during confirmation, but they will not be removed.
Use the remove-runs subcommand to remove RUN collections.