Resynchronize runner
Immediately resynchronizes the search index and cache for the selected runner.
Path parameters
-
runner_id
string Required The identifier for the runner
POST
/platform/infrastructure/runners/{runner_id}/_resync
curl \
--request POST 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}/_resync' \
--user "username:password"