/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/server/settings/web
Get or update server-wide configuration settings.
/api/server/clear_zeros
Find and (optionally) delete files with zero-byte size from your stora...
Last updated: Jun 12, 2025
Edit this page on GitHub