---
title: "Update Vector Store"
method: POST
path: "/vector_store/update"
tags: ["vector store management"]
---

# Update Vector Store

`POST /vector_store/update`

Update vector store details in both database and in-memory registry.
The updated data is immediately synchronized to the in-memory registry.

## Request body

- VectorStoreUpdateRequest
  - `vector_store_id` string, required
  - `custom_llm_provider` string, nullable
  - `vector_store_name` string, nullable
  - `vector_store_description` string, nullable
  - `vector_store_metadata` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
