---
title: "Scroll the mouse wheel at a position on the host computer"
method: POST
path: "/browsers/{id}/computer/scroll"
tags: ["Browser Computer Controls"]
---

# Scroll the mouse wheel at a position on the host computer

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

## Path parameters

- `id` string, required

## Request body

- ScrollRequest
  - `x` integer, required — X coordinate at which to perform the scroll
  - `y` integer, required — Y coordinate at which to perform the scroll
  - `delta_x` integer — Horizontal scroll amount in xdotool "wheel units." Positive scrolls right, negative scrolls left.
  - `delta_y` integer — Vertical scroll amount in xdotool "wheel units." Positive scrolls down, negative scrolls up.
  - `hold_keys` string[] — Modifier keys to hold during the scroll

## Response `200`

Scroll performed

## 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)
