Federated Repository Force Full Sync

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Forces a full synchronization between the Federated repository members, interrupting another Full Sync operation that is already in progress. This can be used if the Full Sync operation in progress has become stuck.

Since: 7.80.0

Security: Requires an admin user

Usage: POST /api/federation/forceFullSync/{RepoKey}

Produces: application/json

Sample Request:

~ curl -uadmin:password -XPOST 'http://localhost:55049/artifactory/api/federation/forceFullSync/fed-generic'

Sample Output:

Full sync triggered successfully