Edit on GitHub

exp clean

Cleanup experiments temporary files.

Synopsis

usage: dvc exp clean [-h] [-q | -v]

Description

Runs housekeeping tasks within the DVC repository, such as removing outdated internal experiments queue message files (to reduce disk space and improve performance).

This is done automatically when running queued experiments. Running dvc exp clean manually should not be required for typical use cases, but it may be needed in the event that a queue worker unexpectedly crashed, or was forcefully killed by something other than DVC commands.

Options

  • -h, --help - shows the help message and exit.

  • -q, --quiet - do not write anything to standard output. Exit with 0 if no problems arise, otherwise 1.

  • -v, --verbose - displays detailed tracing information from executing the dvc exp clean command.

Content

๐Ÿ› Found an issue? Let us know! Or fix it:

Edit on GitHub

โ“ Have a question? Join our chat, we will help you:

Discord Chat