v1.11.x
Search...
/
Cloud
GitHub
API Reference
Collections
Points
POST
Retrieve points
PUT
Upsert points
GET
Retrieve a point
POST
Delete points
PUT
Update vectors
POST
Delete vectors
POST
Set payload
PUT
Overwrite payload
POST
Delete payload
POST
Clear payload
POST
Batch update points
POST
Scroll points
POST
Count points
Search
Indexes
Snapshots
Aliases
Distributed
Service
Beta
Cloud
GitHub
API Reference
Points
Upsert points
PUT
http://localhost:6333
/
collections
/
:collection_name
/
points
Performs the insert + update action on specified points. Any point with an existing {id} will be overwritten.
Path parameters
collection_name
string
Required
Name of the collection to update from
Query parameters
wait
boolean
Optional
If true, wait for changes to actually happen
ordering
enum
Optional
define ordering guarantees for the operation
Allowed values:
weak
medium
strong
Request
This endpoint expects an object.
Points Batch
object
Show 2 properties
OR
Points List
object
Show 2 properties
Response
This endpoint returns an object.
time
double
Optional
Time spent to process this request
status
string
Optional
result
object
Optional
Show 2 properties
Built with