Resynchronize runner

POST /platform/infrastructure/runners/{runner_id}/_resync

Immediately resynchronizes the search index and cache for the selected runner.

Path parameters

  • runner_id string Required

    The identifier for the runner

Responses

  • 200 application/json

    The runner resync operation executed successfully

  • 500 application/json

    The runner resync operation failed for runner {runner_id}. (code: runners.resync_failed)

    Hide headers attribute Show headers attribute
    • The error codes associated with the response

      Value is runners.resync_failed.

    Hide response attribute Show response attribute object
    • errors array[object] Required

      A list of errors that occurred in the failing request

      Hide errors attributes Show errors attributes object
      • code string Required

        A structured code representing the error type that occurred

      • message string Required

        A human readable message describing the error that occurred

      • fields array[string]

        If the error can be tied to a specific field or fields in the user request, this lists those fields

POST /platform/infrastructure/runners/{runner_id}/_resync
curl \
 --request POST 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}/_resync' \
 --user "username:password"