---
title: "Update vector store"
method: PUT
path: "/vector-stores/{id}"
tags: ["VectorStore"]
---

# Update vector store

`PUT /vector-stores/{id}`

Update a vector store (name only). Engine type, connection config, and index config are immutable. Env stores cannot be modified.

## Path parameters

- `id` string, required

## Request body

- InternalHandlerUpdateStoreRequest
  - `name` string, required

## Response `200`

Updated vector store

- object

## Other responses

- `400` — Env store or validation error
- `401` — Unauthorized
- `404` — Vector store not found

---

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