Hello! It is possible to delete a given flow run a...
# ask-metaflow
f
Hello! It is possible to delete a given flow run and all its related artifacts when they are hosted in S3? This way, failed experiments can delete all its garbage and keep S3 costs lower. It that possible? thanks!
f
You can set lifecycle policies on the S3 bucket to reduce the cost. Otherwise manual deletion might mess up. I don't think metaflow provides any such functionality out of the box.
I think you can actually query the underlying artifacts using client API and then delete it? But yeah you need to figure out the run which failed. This is also possible using the client api
f
ok, thanks! I was wandering if there was any builtin method