Last updated 1 year ago
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")
await db.unloadDB('MyDB');
For now, you can delete vector databases via Cloud GUI.
We will support deleting databases via Python/JavaScript client in the near future.