Skip to main content
PATCH
/
api
/
v1
/
runtime
/
v1
/
vectors
/
stores
/
{name}
Update Vector Store
curl --request PATCH \
  --url https://api.runflow.ai/api/v1/runtime/v1/vectors/stores/{name} \
  --header 'Content-Type: application/json' \
  --data '
{
  "name": "<string>",
  "description": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.ai/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

name
string
required

Current vector store name

Body

application/json
name
string
description
string
type
enum<string>
Available options:
KNOWLEDGE

Response

{ success, vectorStore, message } on success.