resize

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

Resize a container TTY

Resize the TTY session used by a container. You must restart the container for the resize to take effect.