Skip to main content
POST
Dry-run validate a standalone → managed promotion

Authorizations

Authorization
string
header
required

Mixpeek API key, sent as Authorization: Bearer mxp_sk_.... Create one in Studio under Settings → API Keys, or with an admin key via POST /v1/organizations/users/{user_email}/api-keys. A missing header returns 403; an invalid or revoked key returns 401.

Path Parameters

namespace_id
string
required

Namespace to validate promotion for

Body

application/json
vector_mappings
VectorMappingModel · object[]

Map existing vector indexes to inference services

add_vectors
NewVectorConfigSpecModel · object[]

New vector indexes to add during promotion

Response

Successful Response

namespace_id
string
required
current_mode
string
required
valid
boolean
required
required_user_action
string
required
vector_configs
Vector Configs · object[]
suggestions
Suggestions · object[]
errors
Errors · object[]