Path: / {BASE} / storage-kiwi / gc

Manually trigger the garbage collector.


Resource Methods
Method Summary
NameDescription
POST /{BASE}/storage-kiwi/gcManually trigger the garbage collector.

Method Detail

POST /{BASE}/storage-kiwi/gc

Manually trigger the garbage collector.

HTTP Example:
POST /{BASE}/storage-kiwi/gc
API Example:

DatabaseWebService.garbageCollector({});

Output:
Response - ok if successful, 500 if not
HTTP return codes:
200 - if garbage collection completed successfully
500 - if there was an error while running garbage collection (see log)