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.

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

Delete a database on Epsilla Cloud

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

We will support deleting databases via Python/JavaScript client in the near future.

Last updated