close_headless_desktop
Shut down an off-screen desktop handle to free system resources. Closes the named headless desktop after you've exited its 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 |