/api/server/clear_temp
Delete temporary files in your temp directory (useful for cleaning up after exports, failed uploads, etc).
Info
This endpoint requires authentication.
Info
This endpoint requires administrator privileges or higher.
DELETE Request
Remove all files in the server's temporary directory.
Response
Status: 200 OK
Content-Type: application/json
Property | Type | Description |
---|---|---|
status | string | Status message about the operation. |
Example
{"status": "Cleared 5 temporary files."}
/api/user/token
Get a valid token or refresh the underlying key that generates valid t...
/api/server/clear_zeros
Find and (optionally) delete files with zero-byte size from your stora...
Last updated: 6/1/2025
Edit this page on GitHub