Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 645 Bytes

api-reference.md

File metadata and controls

25 lines (18 loc) · 645 Bytes

Drop a table

Drop a table from a database in code

In both self-hosted Epsilla and Epsilla Cloud, you can use the following code to programmatically drop tables:

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

status_code, response = db.drop_table(table_name="MyTable")

{% endtab %}

{% tab title="JavaScript" %}

await db.dropTable('MyTable');

{% endtab %} {% endtabs %}

Drop a table on Epsilla Cloud portal UI

On Epsilla Cloud, you can also intuitively drop vector tables via GUI