Skip to content

dsdk / v1.47 / execResize

Function: execResize() ​

execResize(opts): Promise<ExecResizeResponse>

Resize an exec instance

Resize the TTY session used by an exec instance. This endpoint only works if tty was specified as part of creating and starting the exec instance.

Parameters ​

ParameterType

opts

ExtendedOptions<ExecResizeData>

Returns ​

Promise<ExecResizeResponse>