Google Cloud Bigtable · Capability
Google Cloud Bigtable Admin API
The Cloud Bigtable Admin API provides programmatic access to manage Cloud Bigtable instances, clusters, tables, and related resources. It allows administrators to create and configure Bigtable infrastructure for high-throughput, low-latency NoSQL workloads.
What You Can Do
GET
Listinstances
— Google Cloud Bigtable List instances
/projects/{project}/instances
POST
Createinstance
— Google Cloud Bigtable Create an instance
/projects/{project}/instances
GET
Getinstance
— Google Cloud Bigtable Get an instance
/projects/{project}/instances/{instance}
PUT
Updateinstance
— Google Cloud Bigtable Update an instance
/projects/{project}/instances/{instance}
DELETE
Deleteinstance
— Google Cloud Bigtable Delete an instance
/projects/{project}/instances/{instance}
GET
Listtables
— Google Cloud Bigtable List tables
/projects/{project}/instances/{instance}/tables
POST
Createtable
— Google Cloud Bigtable Create a table
/projects/{project}/instances/{instance}/tables
GET
Gettable
— Google Cloud Bigtable Get a table
/projects/{project}/instances/{instance}/tables/{table}
DELETE
Deletetable
— Google Cloud Bigtable Delete a table
/projects/{project}/instances/{instance}/tables/{table}
GET
Listclusters
— Google Cloud Bigtable List clusters
/projects/{project}/instances/{instance}/clusters
MCP Tools
listinstances
Google Cloud Bigtable List instances
read-only
idempotent
createinstance
Google Cloud Bigtable Create an instance
getinstance
Google Cloud Bigtable Get an instance
read-only
idempotent
updateinstance
Google Cloud Bigtable Update an instance
idempotent
deleteinstance
Google Cloud Bigtable Delete an instance
idempotent
listtables
Google Cloud Bigtable List tables
read-only
idempotent
createtable
Google Cloud Bigtable Create a table
gettable
Google Cloud Bigtable Get a table
read-only
idempotent
deletetable
Google Cloud Bigtable Delete a table
idempotent
listclusters
Google Cloud Bigtable List clusters
read-only
idempotent