Qdrant API Skill
qdrant
qdrant
| Method | Path | Description |
|---|---|---|
PUT | /collections/{collection_name}/shards | |
GET | /collections/{collection_name}/shards | Create shard key |
POST | /collections/{collection_name}/shards/delete | List shard keys |
GET | / | Delete shard key |
GET | /telemetry | Returns information about the running Qdrant instance |
GET | /metrics | Collect telemetry data |
GET | /healthz | Collect Prometheus metrics data |
GET | /livez | Kubernetes healthz endpoint |
GET | /readyz | Kubernetes livez endpoint |
GET | /issues | Kubernetes readyz endpoint |
DELETE | /issues | Get issues |
GET | /cluster | Clear issues |
GET | /cluster/telemetry | Get cluster status info |
POST | /cluster/recover | Collect cluster telemetry data |
DELETE | /cluster/peer/{peer_id} | Tries to recover current peer Raft state. |
GET | /collections | Remove peer from the cluster |
GET | /collections/{collection_name} | List collections |
PUT | /collections/{collection_name} | Collection info |
PATCH | /collections/{collection_name} | Create collection |
DELETE | /collections/{collection_name} | Update collection parameters |
POST | /collections/aliases | Delete collection |
PUT | /collections/{collection_name}/index | Update aliases of the collections |
GET | /collections/{collection_name}/exists | Create index for field in collection |
DELETE | /collections/{collection_name}/index/{field_name} | Check the existence of a collection |
GET | /collections/{collection_name}/cluster | Delete index for field in collection |
POST | /collections/{collection_name}/cluster | Collection cluster info |
GET | /collections/{collection_name}/optimizations | Update collection cluster setup |
GET | /collections/{collection_name}/aliases | Get optimization progress |
GET | /aliases | List aliases for collection |
POST | /collections/{collection_name}/snapshots/upload | List collections aliases |
Use this API as a Claude Code skill for instant agent access.
lapsh skill-install qdrant
Downloads and installs to ~/.claude/skills/qdrant/
master (2026-03-12)