Skip to main content
PATCH
Update Vector Database Route

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Path Parameters

database_id
string
required

Body

application/json
name
string | null

New name of the vector database

Required string length: 1 - 100
description
string | null

New description of the vector database

Maximum string length: 500
db_type
enum<string> | null

Type of vector database to create

Available options:
RAG,
explainability
Example:

"RAG"

Response

Success

id
string
required
name
string
required
model
string
required
dimension
integer
required
description
string | null
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
file_count
integer
required
db_type
enum<string> | null
required
Available options:
RAG,
explainability
size_in_bytes
integer | null
Last modified on July 31, 2026