cURL
curl --request POST \ --url http://localhost:5173/api/system.memory-info \ --cookie apiKeys=
{ "total": 123, "free": 123, "used": 123, "swapTotal": 123, "swapFree": 123 }
Alternative POST endpoint for memory information.
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?