1

I tried running gcloud app deploy and got this error in my mac terminal: ERROR: (gcloud.app.deploy) Error Response: [13] CPU Quota Exceeded: in use: 8, requested: 1, limit: 8

This post (link below) said to remove instances in my compute engine instances section, but when I go here I do not see any instances listed. I only see an option to "create an instance." I am using a trial version, can this be the issue? How can I solve this?

Google App Engine : Quota Error

Community
  • 1
  • 1
Neha Sohail
  • 239
  • 3
  • 19
  • 1
    Do you see older versions on your app's GAE versions page? https://console.cloud.google.com/appengine/versions. If so try deleting some of them. – Dan Cornilescu Dec 02 '16 at 20:20

1 Answers1

2

Take look at Compute -> App Engine -> Versions https://console.cloud.google.com/appengine/versions and remove any existing versions. You might be looking at Compute -> Compute Engine instead right now.

Compute engine allows you to create VPS servers, whereas App Engine (that you are deploying to with gcloud app deploy sets your code up on App Engine server.