---
title: "Test vector store connection by ID"
method: POST
path: "/vector-stores/{id}/test"
tags: ["VectorStore"]
---

# Test vector store connection by ID

`POST /vector-stores/{id}/test`

Test connectivity of an existing saved or env store. Returns detected server version. For DB stores, the version is automatically saved to connection_config.

## Path parameters

- `id` string, required

## Response `200`

Connection test result (success, version)

- object

## Other responses

- `401` — Unauthorized
- `404` — Vector store not found

## Changes

- **2026-04-16** `5f1beef7f165` — 1 info
  - endpoint added
- **2025-12-16** `edf61e68559d` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/tencentblueking/apis/weknora-api/changes/vector-stores/:id/test/post.md)

---

[API](https://skmtc.dev/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.dev/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/d113fcd208b2/schema)
