Skip to content

Stop Browser

Description

Stops a running profile.

Request

Method: POST

URL: /api/stopBrowser

FieldTypeRequiredDescription
idintyesProfile 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