I tried to use Module following this tutorial
https://developers.google.com/appengine/docs/python/modules/
I need to delete Module quickly.
my cronjob-module.yaml is
application: myappication
module: cronjob-module
version: uno
runtime: python27
api_version: 1
threadsafe: true
Please tell me how to do it?
You can easily delete a non-default module in the developer console. Click on Versions, then use the "Module:" pulldown to select the name of your module 'cronjob-module', then delete the versions you want.
If you have more than one version, the default version will say, "cannot delete default version". But delete the others first, and hit "stop" on the default version. Then, you get the "Delete" button clickable. I believe if you do it in that order, you can delete all of the versions.
Using gcloud: see list of modules and their versions, then delete with module name and version number
gcloud preview app modules list
gcloud preview app modules delete your-module-name --version 0.0.0
More: https://cloud.google.com/sdk/gcloud/reference/preview/app/modules/delete?hl=en
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With