Resynchronize runner
editResynchronize runner
editImmediately resynchronizes the search index and cache for the selected runner.
Request
editPOST /api/v1/platform/infrastructure/runners/{runner_id}/_resync
Path parameters
editName | Type | Required | Description |
---|---|---|---|
|
|
Y |
The identifier for the runner |
Responses
edit-
200
-
The runner resync operation executed successfully
-
500
-
The runner resync operation failed for runner {runner_id}. (code:
runners.resync_failed
)Headers
-
x-cloud-error-codes
(string
; allowed values: [runners.resync_failed
]) - The error codes associated with the response
-
Request example
editcurl -XPOST https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}/_resync \ -H "Authorization: ApiKey $ECE_API_KEY"