Trigger proactive guest memory reclaim
Requests runtime balloon inflation across reclaim-eligible guests. The same planner used by host-pressure reclaim is applied, including protected floors and per-VM step limits.
post/resources/memory/reclaim
Request body
Example request
{
"reclaim_bytes": 536870912,
"hold_for": "5m",
"reason": "prepare for another vm start"
}Response
Reclaim plan and applied results
Example response
{
"actions": [
{
"status": "applied"
}
]
}