Resynchronize runners
Asynchronously synchronizes all runner information in the search index.
Query parameters
-
skip_matching_version
boolean When true, skips the document indexing when the version matches the in-memory copy.
Default value is
true
.
POST
/platform/infrastructure/runners/_resync
curl \
--request POST 'https://{{hostname}}/api/v1/platform/infrastructure/runners/_resync' \
--user "username:password"