close_headless_desktop
Release a named off-screen desktop to free system resources after closing any apps running on it.
Instructions
Release this server's handle to an off-screen desktop.
The desktop is fully freed by Windows once no process is still running on it, so close any apps you launched there first.
Args: params (HeadlessDesktopInput): desktop name.
Returns: str: JSON {"ok": true, "name": "...", "closed": bool}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |