cURL
curl --request PUT \ --url https://{db}.{region}.api.lancedb.com/v1/tables/{name} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "new_table_name": "<string>" }'
This response does not have an example.
Rename a table to a new name. The new table name must be unique within the database and cannot conflict with existing table names.
name of the table
Table renamed successfully