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 %}
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 %}