Im trying to query the state of my instances via REST Endpoing using this endpoint (https://cloud.google.com/sql/docs/postgres/admin-api/rest/v1/instances/get)
but the response is state RUNNABLE but my instance is currently shutdown (checked by console interface and gcloud cli)
REST call
gcloud call:
portal:
I have tried either v1 and v1beta4 versions.