Skip to main content
Update existing points by providing a new vector and optionally new payload data. The upsert operation replaces the point components you provide.

Update a single point

The update operation replaces the vector and optionally the payload. When updating a point, you must provide the vector, but payload is optional. To update only specific payload fields, first retrieve the existing point, modify the payload, then upsert it back.

Update multiple points

The same replacement rules from single-point updates apply here. You must provide the vector, and payload is optional. Partial payload updates are not supported.