stop_virtual_display
Stop an Xvfb virtual display and terminate the applications launched on it. Provide the display number to shut down the virtual environment and release 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 |