Stop Browser
Description
Stops a running profile.
Request
Method: POST
URL: /api/stopBrowser
| Field | Type | Required | Description |
|---|---|---|---|
| id | int | yes | Profile ID |
Example
json
{
"id": 1
}Response
Success
json
{
"success": true,
"message": "Browser stopped successfully"
}Error
json
{
"success": false,
"error": "Browser not found or not running"
}See: Launch browser
