Javascript
import { Hyperbrowser } from '@hyperbrowser/sdk'; const client = new Hyperbrowser({ apiKey: 'your-api-key' }); await client.agents.geminiComputerUse.stop('task-id');
{ "success": true }
Gemini computer use task stopped successfully