LanceDB home page
Search or ask...
Support
Search...
Navigation
Tables
Drop a table
Documentation
Architecture
Deployment
Security
API Reference
Changelog
API Documentation
Introduction
Tables
GET
List Tables
POST
Create a new table
POST
Count rows in a table
POST
Rename a table.
POST
Drop a table
POST
Describe a table
Data
POST
Vector Query
POST
Insert data to a table
POST
Apply a SQL update to a table.
POST
Delete rows from a table
POST
Merge-insert data to a table
POST
Add columns to a table
POST
Alter name, type, or nullability of a column
POST
Drop columns from a table
Index
POST
Create Vector Index
POST
List indices of a table
POST
List the details of an index
Tables
Drop a table
Drop a table
If the table does not exist, it will return 200.
POST
/
v1
/
table
/
{name}
/
drop
Try it
Authorizations
x-api-key
string
header
required
Path Parameters
name
string
required
name of the table
Rename a table.
Describe a table