db rm command

Module running the rm command

Delete experiments and trials from the database

orion.core.cli.db.rm.add_subparser(parser)[source]

Return the parser that needs to be used for this command

orion.core.cli.db.rm.delete_experiments(storage, root, name, force)[source]

Delete matching experiments after user confirmation.

orion.core.cli.db.rm.delete_trials(storage, root, name, status, force)[source]

Delete all matching trials after user confirmation.

orion.core.cli.db.rm.main(args)[source]

Remove the experiment(s) or trial(s).

orion.core.cli.db.rm.process_exp_rm(storage, root)[source]

Delete the given experiment node and all its children.

orion.core.cli.db.rm.process_trial_rm(storage, root, status)[source]

Delete the matching trials of the given experiment.