---
title: "Move mouse cursor"
method: POST
path: "/v1/computer/{machine_id}/input/mouse/move"
tags: ["computer"]
---

# Move mouse cursor

`POST /v1/computer/{machine_id}/input/mouse/move`

Move the mouse cursor to specified coordinates.

## Path parameters

- `machine_id` string, required

## Headers

- `Idempotency-Key` string

## Request body

- MouseMoveRequest
  - `x` integer, required
  - `y` integer, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud.md) · [All operations](https://skmtc.net/cyberdesk-hq/apis/cyberdesk-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cyberdesk-hq/cyberdesk-cloud/versions/830d2f48963d/schema)
