describe
This operation gets details of an on-demand cluster.
Description
Gets details for a single on-demand cluster, including status, project, region, and CU size information.
Synopsis
bash
zilliz on-demand-cluster describe
--cluster-id <value>
Options
-
--cluster-id (string) -
[REQUIRED]
On-demand cluster ID.
Example
bash
zilliz -o json on-demand-cluster describe --cluster-id in-xxxxxxxxxxxx
# Example output
# {
# "autoSuspend": 60,
# "clusterId": "in-xxxxxxxxxxxx",
# "clusterName": "c8_60",
# "status": "RUNNING",
# "cuSize": 8,
# "projectId": "proj-xxxx",
# "regionId": "aws-us-west-2"
# }