Couchbase · Capability
Couchbase Capella Management API — Clusters
Couchbase Capella Management API — Clusters. 5 operations. Lead operation: List clusters. Self-contained Naftiko capability covering one Couchbase business surface.
What You Can Do
GET
Listclusters
— List clusters
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters
POST
Createcluster
— Create a cluster
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters
GET
Getcluster
— Get cluster details
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}
PUT
Updatecluster
— Update a cluster
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}
DELETE
Deletecluster
— Delete a cluster
/v1/v4/organizations/{organizationid}/projects/{projectid}/clusters/{clusterid}
MCP Tools
list-clusters
List clusters
read-only
idempotent
create-cluster
Create a cluster
get-cluster-details
Get cluster details
read-only
idempotent
update-cluster
Update a cluster
idempotent
delete-cluster
Delete a cluster
idempotent