Reputation: 25819
I deleted one of my apps on GAE, let's call it my-application-id.appspot.com, with the intent of reusing the id. Before I gave the ok to delete, I got this message:
Do you want to request permanent deletion of your application? If you click the button below, you will have 72 hours to change your mind. After that time, the application's data and state will be inaccessible, and you cannot get it back. However, the application id (my-application-id) will remain reserved approximately forever.
The last sentence implies that I can reuse the id, right? But my attempt to create a new app with this id fails. How can I reuse the id?
Upvotes: 2
Views: 1650
Reputation: 9183
Unfortunately, no, you can't reuse it. Once an app ID is reserved, regardless of whether the app is deleted, cannot be taken for a new application.
If you'd like a memorable URL for an application, I'd suggest using a custom domain.
Upvotes: 6