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:

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

Drop a table on Epsilla Cloud portal UI

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

Last updated