close_headless_desktop
Close an off-screen desktop and release its system resources after terminating any running applications.
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 |