⭐ 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

{
  "files": [
    {
      "id": "string",
      "name": "string"
    }
  ]
}

{
  "error": "E1000: Invalid request schema",
  "code": 1000,
  "statusCode": 400
}