Hi guys. We have a couple of Google projects that we work in and today I accidentally deployed a set of Google App Engine modules into a project where we only want to run some container engine stuff. I haven't been able to figure out how to remove them. The version for all of them is 'beta-1' but if I do...
appcfg.py delete_version -A <app id> -V beta-1
I get an error "Cannot delete default version of default module."
Is there no way to simply remove this deployment?
On a related note, and so I don't step on my own foot again, can anyone clarify the relationship between Google Cloud projects and Google App Engine applications? I have the Google cloud SDK installed, and at any given time that is set to some default one of our cloud projects. However the appcfg.py tool doesn't seem to have an option to specific which project I want stuff deployed into. Do deployments always go into the default project? Or is it related somehow to the application id that you choose?
Thanks for any help!