v51

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-08-01131107332.8 KB
GitOps
Admin

Trigger GitOps synchronization

Experimental. Requests an immediate synchronization of the GitOps storage. This resets the poll timer so the next scheduler cycle will poll the Git repository without waiting for the configured poll period.

The synchronization happens asynchronously — this endpoint returns immediately and the actual sync occurs on the next scheduler cycle.

This endpoint is only available when GitOps storage is enabled (apicurio.storage.kind=gitops). Returns HTTP 409 (Conflict) if a different storage backend is active.

This operation can fail for the following reasons:

  • GitOps storage is not enabled (HTTP error 409)
  • A server error occurred (HTTP error 500)
post/admin/gitops/sync

Response

Synchronization has been requested. The sync will happen asynchronously on the next scheduler cycle.