remove_runs#
- lsst.daf.butler.cli.cmd.remove_runs = <ButlerCommand remove-runs>#
Remove one or more RUN collections.
REPO is the URI or path to an existing data repository root or configuration file.
COLLECTION is a glob-style expression that identifies the RUN collection(s) to remove.
This command can be used to remove RUN collections and the datasets within them.
Parameters#
- context
click.Context Context provided by Click.
- confirm
bool Confirmation for removal of the run.
- force
bool Force removal.
- **kwargs
dict[str,str] The parameters to pass to
removeRuns.
- context