Remove or prune artifacts along with the run
🚀 Feature
When deleting a run, artifacts should be removed too.
If that is not possible, maybe aim storage prune could remove dangling artifacts ?
Motivation
Not filling up my hard drive with checkpoints.
Additional context
https://github.com/aimhubio/aim/pull/3164 https://github.com/aimhubio/aim/issues/3234
Hi @nlgranger! Looks like a reasonable request; thanks for submitting this one. I think it would be good idea to optionally preserve artifacts when deleting runs. For example model checkpoints can be used to initiate new runs, etc. Will adding a flag to control this behavior in CLI resolve your issue with disk space?
If I'm to go manually with CLI I might as well rm the checkpoints. A separate button or checkbox to delete artifacts was more what I had in mind.