steamship-core/python-client

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

wunglee opened this issue · 3 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.

dkolas commented

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