Search code examples
artifactory

Jfrog Artifactory Garbage Collection


How can we programmatically trigger Garbage Collection on JFrog Artifactory? We see it is set a background task of artifactory. Couldn't find its API in their REST API documentation.

~NR


Solution

  • Not sure why its undocumented (will take care of that) but you can trigger gc manually with:

    POST /api/system/storage/gc