Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deleting a Google App Engine alias app?

I recently migrated an App Engine app from the master/slave datastore to the high replication datastore. This created two apps (using sample app names):

myapp
myapp-hd

And myapp.appspot.com aliases to myapp-hd.appspot.com. My question is, is it now safe to delete the original myapp application? And if I delete the myapp application, will the alias continue working?

like image 348
monsur Avatar asked Aug 13 '12 20:08

monsur


People also ask

What is Google App Engine launcher?

The Launcher is an application for creating, running, uploading, and otherwise managing Google App Engine applications. The Launcher itself is written in Python and uses the wxWidgets toolkit. You can run the Launcher on Linux and Mac OS X as well.

What is Google App Engine for Google App Engine is for detecting malicious apps?

Google App Engine (GAE) is a platform-as-a-service product that provides web app developers and enterprises with access to Google's scalable hosting and tier 1 internet service. GAE requires that applications be written in Java or Python, store data in Google Bigtable and use the Google query language.

How to delete an app in App Engine?

But if you want to permanently delete the application, then click on the Request Permanent Deletion. Doing so, will mark your application for deletion. App Engine will actually delete your application only after 72 hours. You can revert back the request if you want.

How do I delete or disable my App?

In the Administration Console, click your application to make it the active application. Click Application Settings on the left side under Administration. Click Disable Application. Click Disable Application Now. If you want to delete your app: If billing is enabled for your app, disable billing.

How do I delete an existing app in Gae?

Currently, there is no way to delete an existing app in GAE. Once created it cannot be removed, nor its initial settings can be changed (like the region where it was deployed). The only possible workaround is starting a new project and deploying a new application.

How do I delete a GKE app from my Google account?

The only way is to delete the project which would delete all other GKE and any other services under that account. After a bunch of research and calling product support of Google this what they suggested: To upgrade to Silver Support for 150$/month and send them an email to delete the app.


1 Answers

Yes, you can delete the old app ID, and the alias will continue to work. Before deleting it, though, make sure you will never want it again, as that app ID will be gone forever.

like image 108
Dan Holevoet Avatar answered Oct 04 '22 20:10

Dan Holevoet