[google-appengine] Re: Upgrade instance with a GPU from gcloud command

2017-09-01 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Thank you for filing feature-request/issue on Public issue tracker. I have forwarded this issue/feature-request to the backend team. You can track this thread to post any further comments or check the updates

[google-appengine] Re: Upgrade instance with a GPU from gcloud command

2017-08-31 Thread Insharp Lotus
Just published the issue https://issuetracker.google.com/65267943 Thanks. On Thursday, 31 August 2017 20:56:38 UTC+5:30, Navi Aujla (Google Cloud Support) wrote: > > Thanks for your message. > > I experienced the same error "Invalid value for field > 'guestAccelerators[0].acceleratorCount': '0

[google-appengine] Re: Upgrade instance with a GPU from gcloud command

2017-08-31 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Thanks for your message. I experienced the same error "Invalid value for field 'guestAccelerators[0].acceleratorCount': '0'. Number of accelerator cards attached to an instance must be one of [1, 2, 4, 8]." when I used "0" count for the field "accelratorCount". Currently, It does not seem pos

[google-appengine] Re: Upgrade instance with a GPU from gcloud command

2017-08-31 Thread Insharp Lotus
Thanks Navi. I wrote a script to attach GPU with your API reference and it works for attaching a GPU, thanks. Do you know any way to detach the GPU from a API request. Surfed the documentation but could not find anything. I tried adding 0 to "acceleratorCount" parameter but it says "Invalid

[google-appengine] Re: Upgrade instance with a GPU from gcloud command

2017-08-30 Thread 'Navi Aujla (Google Cloud Support)' via Google App Engine
Hello, Currently, it is not possible to attach GPU to an existing instance using "gcloud" command. You can attach GPU using cloud console, "EDIT" option of the instance when it is in the stop state. Another way to attach GPU to an existing instance (stopped) is through API