Skip to main content
PUT
/
api
/
task
/
cua
/
{id}
/
stop
JavaScript
import { Hyperbrowser } from '@hyperbrowser/sdk';

const client = new Hyperbrowser({ apiKey: 'your-api-key' });

await client.agents.cua.stop('task-id');
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

CUA task stopped successfully

success
boolean