4

I have a project and there is a GAE version deployed. I don´t use the App engine anymore although there are some Compute Engines running. How can I delete my app engine and keep my compute engines instance?

Under the version tabs the delete button is disabled.

enter image description here

Guilherme Torres Castro
  • 15,135
  • 7
  • 59
  • 96

1 Answers1

2

One thing you could do is upload a new empty instance and set it as the default.

Or use the old appengine admin console which can be found at appengine.google.com. Find Administration > Application Settings > close to the bottom of the page there's the option to Disable or Delete Application

This still leaves the project accessible to the other products in the dev console.

Jeffrey Godwyll
  • 3,787
  • 3
  • 26
  • 37
  • Thanks for the help. Although I was not able to delete my application, because billing is enable. "You cannot request deletion since your app's Billing Status is Enabled." I can´t disable billing because will stop my compute engine instance =/ – Guilherme Torres Castro Jul 02 '15 at 13:44
  • If you delete the GAE application, I'm afraid you won't have access to the GCE part as well since they both live under the same project id. Disabling it this way disables just the GAE component and leaves your GCE instances accessible. You need not worry about GAE being active for that project. It won't. – Jeffrey Godwyll Jul 02 '15 at 18:40
  • Yeah, you are right, but they charge for disabled application =/ – Guilherme Torres Castro Jul 08 '15 at 17:03