Rename a table
curl --request POST \ --url https://{db}.{region}.api.lancedb.com/v1/table/{name}/rename \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "new_table_name": "<string>" }'
This response does not have an example.
name of the table
Table renamed successfully