Edit on GitHub
exp clean
Cleanup experiments temporary files.
Synopsis
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 thedvc exp clean
command.