---
title: "Set cursor visibility"
method: POST
path: "/browsers/{id}/computer/cursor"
tags: ["Browser Computer Controls"]
---

# Set cursor visibility

`POST /browsers/{id}/computer/cursor`

## Path parameters

- `id` string, required

## Request body

- SetCursorRequest
  - `hidden` boolean, required — Whether the cursor should be hidden or visible

## Response `200`

Cursor visibility set

- OkResponse — Generic OK response.
  - `ok` boolean, required — Indicates success.

## Other responses

- `400` — Bad Request – invalid input
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/versions/9e8ce9fcf5e1/schema)
