Skip to main content
Go to documentation:
⌘U
Weaviate Database

Develop AI applications using Weaviate's APIs and tools

Deploy

Deploy, configure, and maintain Weaviate Database

Weaviate Agents

Build and deploy intelligent agents with Weaviate

Weaviate Cloud

Manage and scale Weaviate in the cloud

Additional resources

Integrations
Contributor guide
Events & Workshops
Weaviate Academy

Need help?

Weaviate LogoAsk AI Assistant⌘K
Community Forum

Cluster status

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

Select a cluster


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

Cluster status information

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

  • Dimensions stored
  • Object count
  • Cluster expires on (only for Sandbox cluster)

You can find the following information on the cluster details page:

  • Name of the cluster
  • REST Endpoint
  • gRPC Endpoint
  • API Keys
  • Roles
  • Weaviate Database version
  • Cloud provider
  • Cloud region
  • Created at
  • Type (Shared Cloud or Sandbox)
  • Backup retention days (only for Shared Cloud cluster)
  • Availability SLA (only for Shared Cloud cluster)

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

  • Enable auto schema generation
  • 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 Available modules section under Advanced options.

  4. You can click on a module to open its documentation.

Create a cluster
Available modules for your cluster.

Support & feedback

For help with Shared Cloud and Dedicated Cloud, contact Weaviate support directly to open a support ticket. To add a support plan, contact Weaviate sales.

If you have any questions or feedback, let us know in the user forum.