Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 730 Bytes

delete-a-database.md

File metadata and controls

29 lines (21 loc) · 730 Bytes

Delete a database

Unload a database using Epsilla Docker

You can use this command to unload a database from memory. The database files are still retained on disk.

{% tabs %} {% tab title="Python" %}

status_code, response = db.unload_db(db_name="myDB")

{% endtab %}

{% tab title="JavaScript" %}

await db.unloadDB('MyDB');

{% endtab %} {% endtabs %}

Delete a database on Epsilla Cloud

For now, you can delete vector databases via Cloud GUI.

{% hint style="info" %} We will support deleting databases via Python/JavaScript client in the near future. {% endhint %}