### Collections - [x] GET List collections - [x] GET Collection info - [x] PUT Create collection - [x] PATCH Update collection parameters - [x] DEL Delete collection - [x] POST Update aliases of the collections - [x] PUT Create index for field in collection - [ ] DEL Delete index for field in collection - [x] GET Collection cluster info - [ ] POST Update collection cluster setup - [x] GET List aliases for collection - [x] GET List collections aliases - [ ] PUT Recover from a snapshot - [x] GET List collection snapshots - [ ] POST Create collection snapshot - [x] DEL Delete collection snapshot - [ ] GET Download collection snapshot ### Points - [x] GET Get point - [x] POST Get points - [x] PUT Upsert points - [x] POST Delete points - [x] POST Set payload - [ ] PUT Overwrite payload - [x] POST Delete payload - [x] POST Clear payload - [ ] POST [Batch Update Point](https://qdrant.github.io/qdrant/redoc/index.html?v=v1.5.x#tag/points/operation/batch_update) - [x] POST Scroll points - [x] POST Search points - [ ] POST Search batch points - [x] POST Recommend points https://github.com/hkulekci/qdrant-php/pull/18 - [ ] POST Recommend batch points - [x] POST Count points ### Cluster - [x] GET Get cluster status info - [x] POST Tries to recover current peer Raft state. - [x] DEL Remove peer from the cluster - [x] GET Collection cluster info - [ ] POST Update collection cluster setup ### Snapshots - [ ] PUT Recover from a snapshot - [x] GET List collection snapshots - [x] POST Create collection snapshot - [x] DEL Delete collection snapshot - [ ] GET Download collection snapshot - [x] GET List of storage snapshots - [x] POST Create storage snapshot - [x] DEL Delete storage snapshot - [ ] GET Download storage snapshot ### Service - [x] GET Collect telemetry data - [ ] GET Collect Prometheus metrics data - [x] POST Set lock options - [x] GET Get lock options
Collections
Points
Cluster
Snapshots
Service