Authorizations
Path Parameters
Response
200 - application/json
Browser use task stopped successfully
import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.browserUse.stop('task-id');{
"success": true
}import { Hyperbrowser } from '@hyperbrowser/sdk';
const client = new Hyperbrowser({ apiKey: 'your-api-key' });
await client.agents.browserUse.stop('task-id');{
"success": true
}Browser use task stopped successfully