stop_virtual_display
Stop an Xvfb virtual display and terminate all applications launched on it. Provide the display number to shut down the virtual screen and free associated resources.
Instructions
Stop an Xvfb virtual display and terminate the apps launched on it.
Args: params (VirtualDisplayInput): display number.
Returns: str: JSON {"ok": true, "display": ":99", "stopped": true}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |