It is time to say goodbye: This version of Elastic Cloud Enterprise has reached end-of-life (EOL) and is no longer supported.
The documentation for this version is no longer being maintained. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
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-
200
-
(
ModelVersionIndexSynchronizationResults
) The ids of documents, organized by model version, that were synchronized. -
449
-
(
BasicFailedReply
) Elevated permissions are required. (code:root.unauthorized.rbac.elevated_permissions_required
)
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request example
editcurl -XPOST {{hostname}}/api/v1/platform/infrastructure/runners/_resync \ -u $CLOUD_USER:$CLOUD_KEY