Skip to main content
Version: User Guides (BYOC)

Manage Cluster

This guide describes the lifecycle of a cluster so that you can make full use of your Zilliz Cloud console to achieve your goals.

Manage serving cluster

You can perform the following operations on a serving cluster.

Rename

Navigate to the Cluster Details page of your target cluster and then follow the instructions below to rename your cluster.

Suspend

You can suspend a cluster via the web console or programmatically.

Navigate to the Cluster Details page of your target cluster and then follow the instructions below to suspend your Dedicated cluster.

Once the suspend operation is successful, a job record will be generated. You can check the progress on the Jobs page.

Resume

Please note that during resuming, you cannot perform other actions on the cluster.

You can resume a cluster via the web console or programmatically.

Navigate to the Cluster Details page of your target cluster and then follow the instruction below to resume your cluster.

📘Notes

When clicking Resume in the Resume Cluster dialog box, you will be prompted to check the resource quota for your project. If the resources are sufficient, the dialog box will disappear after the check is complete, otherwise, you can

  • Click Go To Project Resource Settings to edit resource settings for the project, or

  • Click Back to Last Step to change your cluster settings.

During the process, some additional resources will be required for rolling; these resources will be released after use.

Once the resume operation is successful, a job record will be generated. You can check the progress on the Jobs page.

Drop

When a cluster is no longer needed, you can drop it. You can drop a cluster via the web console or programatically.

Navigate to the Cluster Details page of your target cluster and then follow the instruction below to drop your cluster.

Manage on-demand cluster |PUBLIC

You can perform the following operations on an on-demand cluster.

Drop

  • Via RESTful API

    curl --request DELETE \
    --url "https://${BASE_URL}/v2/clusters/onDemandClusters/inxx-xxxxxxxxxxxxxxx" \
    --header "Authorization: Bearer ${API_KEY}" \
    --header "Accept: application/json"
  • Via web console