cURL
curl --request GET \ --url http://localhost:5173/api/system.memory-info \ --cookie apiKeys=
{ "total": 123, "free": 123, "used": 123, "swapTotal": 123, "swapFree": 123 }
Returns total, free, used, and swap memory information (cross-platform).
Cookie-based authentication storing API keys and provider settings
Memory statistics
Total memory in bytes
Free memory in bytes
Used memory in bytes
Total swap in bytes
Free swap in bytes
Was this page helpful?