Delete a partition

更新时间:
复制 MD 格式

Deleting a partition permanently removes all data in it. This operation is irreversible.

Warning

After you delete a partition, all data in it is permanently deleted and cannot be recovered. Verify that the partition contains no data you need before you proceed.

Prerequisites

Before you begin, make sure that you have:

  • A DashVector cluster

  • A collection in the cluster

  • A user-created partition in the collection

Limits

  • You can only delete user-created partitions. Default partitions cannot be deleted.

Delete a partition in the DashVector console

  1. Log on to the DashVector console.

  2. In the left-side navigation pane, click Clusters.

  3. Find the collection that contains the partition and click Details in the Operation column.

    Clusters page

  4. In the left-side bar, click Partition Management.

    Partition Management

  5. Find the partition and click Delete in the Operation column. In the confirmation dialog, click OK.

    Delete a partition

Delete a partition by using an SDK

You can delete a partition programmatically with the DashVector Python or Java SDK.

Delete a partition by using the HTTP API

For request and response details, see Delete a partition.