googleapis.com

The Replica Pool API allows users to declaratively provision and manage groups of Google Compute Engine instances based on a common template.

🔑 oauth2 10 endpoints backend
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
List all replica pools.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/replicapool/v1beta1/projects/{projectName}/zones/{zone}/pools
Gets information about a single replica pool.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/replicapool/v1beta1/projects/{projectName}/zones/{zone}/pools/{poolName}
Lists all replicas in a pool.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://www.googleapis.com/replicapool/v1beta1/projects/{projectName}/zones/{zone}/pools/{poolName}/replicas
Endpoints (10 total)
GET
/{projectName}/zones/{zone}/pools
List all replica pools.
GET
/{projectName}/zones/{zone}/pools/{poolName}
Gets information about a single replica pool.
GET
/{projectName}/zones/{zone}/pools/{poolName}/replicas
Lists all replicas in a pool.
GET
/{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}
Gets information about a specific replica.
POST
/{projectName}/zones/{zone}/pools
Inserts a new replica pool.
POST
/{projectName}/zones/{zone}/pools/{poolName}
Deletes a replica pool.
POST
/{projectName}/zones/{zone}/pools/{poolName}/resize
Resize a pool. This is an asynchronous operation, and multiple overlapping re…
POST
/{projectName}/zones/{zone}/pools/{poolName}/updateTemplate
Update the template used by the pool.
POST
/{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}
Deletes a replica from the pool.
POST
/{projectName}/zones/{zone}/pools/{poolName}/replicas/{replicaName}/restart
Restarts a replica in a pool.
Related APIs in same category
pinecone.ioclimatekuul.com
At a glance
Total SDKs10
Languages6
Endpoints10
Authoauth2
Categories1
https://www.googleapis.com/replicapool/v1beta1/projects