db release command

Module running the release command

Release the lock of a given experiment.

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

Return the parser that needs to be used for this command

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

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

orion.core.cli.db.release.process_release_lock(storage, root)[source]

Release the lock of the given experiment node and all its children.

orion.core.cli.db.release.release_locks(storage, root, name, force)[source]

Release locks of matching experiments after user confirmation.