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