host.docs.reindex
Force this tenant's search index to re-chunk (and re-embed, if a provider is configured) one document (document_id) or, without document_id, every document, on the indexer's next tick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. | |
| document_id | No | Reindex only this document; omit to reindex every document. |