Deleting an Google App Engine application - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T09:04:04Z http://stackoverflow.com/feeds/question/42512 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application 11 Deleting an Google App Engine application Julio César 2008-09-03T20:32:21Z 2009-10-27T15:30:04Z <p>Is it possible to delete an GAE application after it has been created?</p> <p>I made a mistake while typing the name and now have a dummy application that I haven't been able to remove.</p> <p>Thanks.</p> http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/42538#42538 7 Answer by Nick Berardi for Deleting an Google App Engine application Nick Berardi 2008-09-03T20:43:14Z 2008-09-03T20:43:14Z <p>There currently isn't a way to delete a GAE application. </p> http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/112793#112793 13 Answer by Alexander Kojevnikov for Deleting an Google App Engine application Alexander Kojevnikov 2008-09-22T01:45:03Z 2008-09-22T01:45:03Z <p>This feature is already logged, please star it:</p> <p><a href="http://code.google.com/p/googleappengine/issues/detail?id=335" rel="nofollow">http://code.google.com/p/googleappengine/issues/detail?id=335</a></p> http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/1568232#1568232 1 Answer by Steve Armstrong for Deleting an Google App Engine application Steve Armstrong 2009-10-14T18:48:17Z 2009-10-14T18:48:17Z <p>As of <a href="http://googleappengine.blogspot.com/2009/10/app-engine-sdk-126-released-with.html" rel="nofollow">AppEngine SDK 1.2.6</a> it's possible to <a href="http://code.google.com/appengine/kb/adminconsole.html#delete%5Fapp" rel="nofollow">delete apps completely</a>. But beware, the app-id won't be usable again.</p> http://stackoverflow.com/questions/42512/deleting-an-google-app-engine-application/1631620#1631620 0 Answer by Carlos for Deleting an Google App Engine application Carlos 2009-10-27T15:30:04Z 2009-10-27T15:30:04Z <p>This issue has been fixed: <a href="http://code.google.com/appengine/kb/adminconsole.html#delete%5Fapp" rel="nofollow">http://code.google.com/appengine/kb/adminconsole.html#delete%5Fapp</a></p>