cURL
curl --request POST \ --url https://gobii.ai/api/v1/tasks/browser-use/{id}/cancel/ \ --header 'X-Api-Key: <api-key>'
{ "status": "<string>", "message": "<string>" }
ViewSet for managing BrowserUseAgentTasks. Supports both agent-specific and user-wide task operations.
Status of the task after cancellation.
Message indicating the result of the cancellation.