resize

suspend fun resize(id: String, h: Int, w: Int): Result<Unit, ErrorResponse>

Resize an exec instance

Resize the TTY session used by an exec instance. This endpoint only works if tty was specified as true when creating the exec instance.