Skip to main content
POST
/
tasks
/
browser-use
/
{id}
/
cancel
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>"
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string<uuid>
required

Response

status
string
required

Status of the task after cancellation.

message
string
required

Message indicating the result of the cancellation.