stop_chrome
Terminate a Chrome instance and close its debugging connections, cleaning up resources and preventing zombie processes. End a debugging session safely.
Instructions
Gracefully terminates the Chrome instance selected by 'instance_id' (the default instance when omitted) and closes all its debugging connections. Side effects: destructive - kills the Chrome process of that instance only; its open tabs are closed; unsaved data lost; other instances keep running. Prerequisites: the instance must be running. Returns: termination success confirmation. Use this to clean up resources, prevent zombie processes, or end a debugging session. Alternatives: 'restart_chrome' to restart instead of stop, 'close_instance' to also remove a secondary instance from the registry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | No | Chrome instance id from open_instance/list_instances. Omit for the default instance. |