Skip to content

Clean up old versions of AppEngine instances to avoid the dreaded "Your app may not have more than 210 versions. Please delete one of the existing versions before trying to create a new version" error

License

Notifications You must be signed in to change notification settings

poweredbygrow/appengine_clean

Repository files navigation

appengine_clean

Delete old versions of AppEngine instances to avoid the dreaded "Your app may not have more than 210 versions. Please delete one of the existing versions before trying to create a new version" error

Usage:

First, let's do a dry-run. Run the following to keep 15 versions of each module around:

appengine-clean my-project-id 15 --dry-run

If you're happy with the result of the dry-run, let's delete:

appengine-clean my-project-id 15 --force

About

Clean up old versions of AppEngine instances to avoid the dreaded "Your app may not have more than 210 versions. Please delete one of the existing versions before trying to create a new version" error

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published