v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0156121143.5 KB

Resize a PTY-backed process

post/process/{process_id}/resize

Path parameters

process_idstring uuid required

Request body

rowsinteger required

New terminal rows.

colsinteger required

New terminal columns.

Response

OK

okboolean required

Indicates success.