Screens
Resize a screen
Change a screen’s resolution.
PATCH
Resizes a screen in place. Windows already open on it are kept.
Both are required here, unlike create — there
is no boot screen to fall back to when the intent is an explicit change.
Path parameters
string
required
Computer ID (UUID).
string
required
Screen ID, or
default for the boot screen.Body parameters
integer
required
New width in pixels.
integer
required
New height in pixels.
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Path Parameters
Computer ID
Screen ID, or default for the boot screen.
Body
application/json
Response
The resized screen
Screen identifier. The boot screen is always default.
Example:
"screen-1"
X display this screen runs on.
Example:
":100"
Width in pixels.
Example:
1920
Height in pixels.
Example:
1080
VNC port for this screen.
Example:
6000
WebSocket port for this screen.
Example:
6081
True for the screen the computer boots with. It cannot be destroyed.
Example:
false