close_instance
Close a Chrome instance by ID to free resources. For secondary instances, the process terminates and the registry entry is removed; for the default instance, it stops but is recreated on next use.
Instructions
Closes and stops the specified Chrome instance by id. Side effects: destructive - for secondary instances the Chrome process is terminated and the instance is fully removed from the registry; for 'default' the process is stopped but the registry entry is kept and the instance is re-created lazily on the next tool call. Returns: structured JSON with the instance_id and whether it was removed from the registry. Use this to free resources used by sessions created with 'open_instance'. Alternatives: 'stop_chrome' to stop an instance, 'close_tab' to close a single tab.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | The instance id to close. The 'default' instance cannot be removed: it is stopped and kept (re-created lazily on next use); all other instances are fully removed. |