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