steamship-core / python-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to delete a version that has been deployed but no instance created?

wunglee opened this issue · comments

How to delete a version that has been deployed but no instance created?

This is WIP in both the web app and the SDK. #442 will allow in SDK.

This is now possible in the SDK. See PluginVersion.delete() and PackageVersion.delete().

I'm going to leave this issue open until we have a button in the web portal as well.

PluginVersions and PackageVersions can now be deleted from the web portal as well.