Skip to main content

Cluster status

Weaviate Cloud (WCD) exposes two ways of checking the cluster status:

Cluster status in Weaviate Cloud console

Select your cluster

  1. Open the Weaviate Cloud console.
  2. Open the Clusters list from the left sidebar (1).
  3. Select the cluster you want to inspect(2).
  4. The cluster details panel will open to the right.
View cluster status in Weaviate Cloud

View cluster status in Weaviate Cloud.


Cluster status information

You can see the following cluster statistics at the top of the page:

  • Dimensions stored
  • Dimensions queried
  • Object count
  • Running costs

The following fields are part of the Information section:

  • Name
  • REST Endpoint
  • gRPC Endpoint
  • Weaviate Database version
  • Cloud region
  • Created at
  • Type: Serverless or Sandbox
  • Service Level Agreement
  • High Availability

Serverless clusters also have an Advanced configuration section to configure or check the status of these additional settings:

  • Enable RBAC
  • Enable auto schema generation
  • Enable async indexing
  • Enable async replication
  • Allow all CORS origins

API Endpoint

To get cluster details programmatically, use the nodes REST endpoint.

The nodes endpoint returns an array of nodes. The nodes have the following fields:

  • name: Name of the node.
  • status: Status of the node (one of: HEALTHY, UNHEALTHY, UNAVAILABLE, INDEXING).
  • version: Version of Weaviate running on the node.
  • gitHash: Short git hash of the latest commit of Weaviate running on the node.
  • stats: Statistics for the node.
    • shardCount: Total number of shards on the node.
    • objectCount Total number of indexed objects on the node.
  • shards: Array of shard statistics. To see shards details, set output == verbose.
    • name: Name of the shard.
    • class: Name of the collection stored on the shard.
    • objectCount: Number of indexed objects on the shard.
    • vectorQueueLength: Number of objects waiting to be indexed on the shard. (Available starting in Weaviate 1.22 when ASYNC_INDEXING is enabled.)

Enabled modules

Each Weaviate instance has a set of enabled modules. This list will vary depending on the instance, due to the Weaviate version and Weaviate Cloud policies.

To see the list of enabled modules on a Weaviate Cloud instance:

  1. Open the Weaviate Cloud console.
  2. Click on Clusters and select the cluster you want to check.
  3. Scroll to the modules active section.
Create a cluster
Available modules on your cluster.

Support

For help with Serverless Cloud, Enterprise Cloud, and Bring Your Own Cloud accounts, contact Weaviate support directly to open a support ticket.

For questions and support from the Weaviate community, try these resources:

To add a support plan, contact Weaviate sales.