LanceDB home page
Search or ask...
Support
Search...
Navigation
Tables
Rename 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
Rename a table.
Rename a table
POST
/
v1
/
table
/
{name}
/
rename
Try it
Authorizations
x-api-key
string
header
required
Path Parameters
name
string
required
name of the table
Body
application/json
new_table_name
string
required
The new name of the table.
Count rows in a table
Drop a table