close_instance
Terminate a running sandbox instance by killing its application and display, and confirm it is fully stopped.
Instructions
Close an instance: kill its app + its Xephyr display, and verify it actually went down.
Returns {"ok", "instance", "detail"} only after the display stops responding.
Fails (isError) if the instance isn't running, if it survives SIGTERM, or for instance 1 —
the main start-display.sh sandbox is protected (stop it from the host with pkill Xephyr).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |