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

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

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

Authorizations

x-api-key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Gemini computer use task stopped successfully

success
boolean