Skip to main content
POST
Release a mouse button

Authorizations

Authorization
string
header
required

API key passed as Bearer token

Path Parameters

id
string
required

Machine ID (e.g. mch_a1b2c3d4)

Body

application/json
x
integer<uint32>

Optional X coordinate. Must be provided together with y.

y
integer<uint32>

Optional Y coordinate. Must be provided together with x.

button
enum<string>
default:left
Available options:
left,
right,
middle

Response

204

Mouse button released