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