⭐ If you find Zipline useful, please consider giving it a star on Github! ⭐

/api/server/clear_zeros

Scan for zero-byte files on disk and return the list of candidates to delete (admin only).

GET/api/server/clear_zeros

Response Body

application/json

application/json

curl -X GET "https://example.com/api/server/clear_zeros"
{  "files": [    {      "id": "string",      "name": "string"    }  ]}