CockroachDB
communityDistributed SQL database with PostgreSQL compatibility, strong consistency, and multi-region support.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
https://cockroachlabs.cloud/api/v1/clustersList CockroachDB Cloud clusters
Returns
clusters[] with id, name, plan, cloud_provider, regions[], state, created_at, sql_dns, ui_dnsGET
https://cockroachlabs.cloud/api/v1/clusters/{clusterId}Get cluster details
Parameters
clusterIdcluster ID (stringrequiredReturns
id, name, plan, cloud_provider, regions[], state, config with num_virtual_cpus, storage_gib, sql_dnsPOST
https://{sql_dns}:26257Execute SQL via SQL proxy
Parameters
querySQL statement (stringrequiredReturns
rows, columns, affected_rows (varies by driver)