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.