model remove

Delete an existing experiment and/or projectname

usage: model remove [-h] [-p [str]] [-a] [-y] [-ap]

Named Arguments

-p, --projectname

The name for which the data shall be removed. If set without, argument, the project will be determined by the experiment. If specified, all experiments for the given project will be removed.

-a, --all

If set, delete not only the experiments and config files, but also all the project files

Default: False

-y, --yes

If True/set, do not ask for confirmation

Default: False

-ap, --all-projects

If True/set, all projects are removed

Default: False