Delete/return to previous published app

Is there a way to delete the last published tag/app when using ./viktor-cli describe APP-NAME ?

Hi Enrique,

Thanks for posting on the forum.

As far as I know, that’s currently not possible. The best thing you could do is checkout the desired tag on your local repo and re-publish it using the publish command. Since it is not yet possible to delete deployed tags, you can, for example, use a suffix: β€œv1.0.0” β†’ β€œv1.0.0-2”.

2 Likes

Hi enrique,

can you tell a bit about your usecase? why would you like to remove the tag?

I wanted to delete it because it was forcing us to give a new tag to our repository before uploading very small changes. But I think we are just going to use the solution from Bas.