cml
cml copied to clipboard
`cml publish`: How to delete uploaded image
Is it possible to delete an image already published by cml publish?
It's technically possible, but not implemented yet. The assets bucket is steadily growing, and there is nothing users can do to mark their artifacts as disposable. 🙈
It's technically possible, but not implemented yet. The assets bucket is steadily growing, and there is nothing users can do to mark their artifacts as disposable. 🙈
I think that it's worth revisiting the current status although I assume that these changes won't be trivial.
We could introduce an --expire option with a reasonable default value and re-consider how to (or even if) enable "permanent" hosting (i.e. --expire=-1 ).
Separately, a new command/option to remove published images would be desirable. cml publish --delete? cml unpublish?
I like the idea of expiration time. The unpublish is probably not worth looking at tensorboard.dev equivalent command that is a pain
Could be closed by work-around #291