Resynchronize runners
editResynchronize runners
editAsynchronously synchronizes all runner information in the search index.
Request
editPOST /api/v1/platform/infrastructure/runners/_resync
Query parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
N |
When true, skips the document indexing when the version matches the in-memory copy. |
Responses
edit-
202
-
(
ModelVersionIndexSynchronizationResults
)The ids of documents, organized by model version, that will be synchronized.
Request example
editcurl -XPOST https://{{hostname}}/api/v1/platform/infrastructure/runners/_resync \ -H "Authorization: ApiKey $ECE_API_KEY"