Skip to main content
POST
/
v1
/
table
/
{name}
/
merge_insert
Merge-Insert (Upsert) Data
curl --request POST \
  --url https://{db}.{region}.api.lancedb.com/v1/table/{name}/merge_insert \
  --header 'Content-Type: application/vnd.apache.arrow.stream' \
  --header 'x-api-key: <api-key>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

name
string
required

Query Parameters

on
string
required
Example:
when_matched_update_all
boolean
required
when_matched_update_all_filt
string | null
Example:
when_not_matched_insert_all
boolean
required
when_not_matched_by_source_delete
boolean
required
when_not_matched_by_source_delete_filt
string | null
Example:

Body

application/vnd.apache.arrow.stream · file

Response