beta.rag.managed_indexes

Update a managed index schema

Records a new schema for the managed search index and applies it asynchronously. The index keeps serving its current schema until the new one is on disk; poll it until status is ready. Additive only: the new schema must keep every field the current one has.

put/v1/rag/managed_indexes/{index_name}

Path parameters

index_namestring required

Request body

Response

Schema recorded and queued

idstring uuid required
namestring required
status'provisioning' | 'ready' | 'failed' | 'deleting' required

Lifecycle of an index. Derived, not stored -- see managed_index_from_row.

status_messagestring nullable
created_atstring date-time nullable
modified_atstring date-time nullable

Changes