Stop a browser profile
stop_profileStop a running browser profile and sync its data directory to the cloud. Reports success even if the browser already exited, ensuring data is safely stored.
Instructions
Gracefully stop a running profile and sync its data directory back to the cloud. Safe to call when the browser has already exited — it still reports success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name of an existing profile, resolved to its id. | |
| afterReAuth | No | Only for calls made right after the desktop app re-authenticates. | |
| retryToStop | No | Last-resort hard stop using a mock profile object. Can leave the profile in a bad state — only use it after a normal stop has already failed. | |
| browserProfileId | No | Profile id. Give this or `name`. |