diff --git a/src/current/cockroachcloud/cloud-api.md b/src/current/cockroachcloud/cloud-api.md index fab1da8fa1a..0d955d2bdcf 100644 --- a/src/current/cockroachcloud/cloud-api.md +++ b/src/current/cockroachcloud/cloud-api.md @@ -422,7 +422,7 @@ If the request is successful, the API returns detailed information about the clu For details about returned fields, refer to the [response example and schema](https://www.cockroachlabs.com/docs/api/cloud/v1#post-/api/v1/clusters) in the API reference. -## Get information about a cluster's nodes +## Get information about a CockroachDB Advanced cluster's nodes To retrieve information about a cluster's nodes, including the node status, make a `GET` request to the `/v1/clusters/{cluster_id}/nodes` endpoint. @@ -1188,4 +1188,4 @@ curl --request GET \ "deferral_policy": "DEFERRAL_60_DAYS", "deferred_until": "2025-12-15T00:00:00Z" } -~~~ \ No newline at end of file +~~~