Delete a collection

更新时间:
复制 MD 格式

Delete a DashVector collection and all its data permanently through the console, SDKs, or the HTTP API.

Warning

Deleting a collection removes all data in it. This action is irreversible. Proceed with caution.

Prerequisites

Before you begin, make sure that you have:

  • A DashVector cluster with at least one collection

Delete a collection in the console

  1. Log on to the DashVector console.

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

  3. Find the target collection and click Delete in the Operation column.

    The Delete button in the Operation column on the Clusters page

  4. Click Delete Collection, and then click OK to confirm.

    The Delete Collection confirmation dialog

Delete a collection by using an SDK

DashVector provides SDKs for Python and Java. For complete code examples and parameter details, see the following topics:

SDK Reference
Python Delete a collection (Python SDK)
Java Delete a collection (Java SDK)

Delete a collection by using the HTTP API

For the API endpoint and request format, see Delete a collection.

What's next