Disable google app engine and keep compute engine - google-app-engine

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.

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.

Related

Google Cloud Platform - App Engine - can't stop and delete a version

I wonder is it possible to stop and remove an app's version? I use App Engine.
I tried many times but no success. Also I tried to do it if the app is inactive, still can't remove it.
As stated in the documentation you can stop an App Engine version only if your app has manual or basic scaling. Also, you cannot delete a version that is sharing traffic.
Meaning, if you only have one version in the default App Engine service, the only way you can delete the version of your App Engine app is by deleting your project.
There's currently a public Feature Request open to allow a full deletion of an App Engine app in a project which you can find here.
In any way, if you wish to, you can always disable the App Engine app completely as described here.

Unable to Remove (Deleted) App Engine Service from Google Admin Dashboard

I recently deployed a Google App Engine app and then set up a custom URL for it from my Google Apps Admin dashboard. Everything ok until the app engine app was deleted (it is no longer listed on my developer console): I would now like to remove it from my admin dashboard to reclaim the custom URL for a different GAE app.
From the admin dashboard, I go into "App Engine Apps" and select the one I want to remove. If I click "delete" on the web address I would like to reclaim, I get "We are unable to process your request at this time. Please try again later." (and this has been happening for days). If, instead, I try to delete the service altogether, when I click to confirm I receive "You do not have the permissions necessary to uninstall this application."
I found this question which suggests getting in touch with the Google Apps help center. After doing that, I received the following:
Our Google Apps team offers support for the core suite of Google Apps services defined at http://www.google.com/apps/intl/en/terms/user_features.html. The issue you’ve experienced is currently outside the scope of our support offering and we won’t be able to offer you further direct assistance at this time.
Does anyone know how I can remove the (deleted) app engine app from my admin console, to reclaim the custom URL?
Following from #Patrice's suggestion, I managed to resolve this from the app engine console (note: not the app admin console, where I was focusing all my efforts/receiving all those cryptic error messages).
I followed the instructions here to add a custom URL in the app engine console . After verifying my domain, I added my custom URL to my new app engine project. When I clicked to confirm, I got some warning saying that this custom URL is currently pointing to another app engine app and that by confirming, it would no longer point there.
I clicked confirm, and now everything is working.

Developer's console does not show AppEngine under Compute menu

I created a new AppEngine project a few days ago using the original AppEngine console.
When I view it in the new Google Developer's Console, the "COMPUTE" menu option only shows "Compute Engine" as an option. Other older apps show both "App Engine" and "Compute Engine" as options.
How do I fix this?
I had the same problem. You need to create the new project via console.developers.google.com, not via appengine.google.com. If you create the project using appengine.google.com, the App Engine menu will not appear.

Console - created new project; auto-created app engine app; can't set billing

I am getting very confused with the whole cloud console api console thing.
I just created a new Cloud Console project in order to setup some GCE instances. It seems to have auto-created an App Engine app. That is fine, but when I go to enable billing, it tells me that it cannot enable billing for app engine apps and that I need to do that in App Engine Console.
Earlier this week, I tried to setup a project to include both an existing App Engine app and Compute Engine. I was asked to got through the request access process like before GCE was available.
I created a project in the Cloud Console by starting in the App Engine console and choosing Cloud Integration. I said there was an error creating the project, but it seems like it created it. However, when I go to that project in Cloud Console, there is no option to even add Compute Engine.
Two questions:
(1) Is there something outlining the differences between Cloud Console and API Console and when it is most appropriate to use one over the other?
(2) How do I get a project (in either one I suppose) that includes an existing App Engine app and Compute Engine resources that I want to create in this project?
Thanks for your help.
-- Jay
Cloud Console is essentially a planned replacement for the API console,
however it may not have all functionality yet
Try going to appengine admin console application settings, and at the bottom of
the page cloud integration. Click on create project. Once it succeeds go to the cloud
console and enable billing for Compute Engine

Project created from App Engine Console comes with less features compared with project created from Cloud Console

When I create a new Application from App Engine Console https://appengine.google.com/,
the application also appears on Cloud Console https://cloud.google.com/console#c=l
However, clicking into the project shows that only these features are included:
App Engine
BigQuery
Cloud Datastore
Compared with Project created directly from Cloud Console:
App Engine
Compute Engine
Cloud Storage
BigQuery
APIs
Cloud Datastore
Cloud SQL
That leads to problem that App Engine project is missing access to many features and there seems no obvious way to add them back later.
Any idea what's wrong here?
1,This only implies that when you create an application from app engine console, it directly creates 3 types of projects: app engine app, datastore instance and big query(i think you need to enable the api first) with the same project id. This does not mean you cannot use the other features. It only means you need to separately enable them and give project ids.
2, If you create a project from cloud console, then it will automatically create projects under all the 7 different categories with the same project ID
Finally I found how to do this:
Go to https://appengine.google.com/
Open your app
Open Administration / Application Settings
Click the button in the "Cloud Integration" section

Resources