resize_container
Adjusts the terminal dimensions of a running container by specifying new height and width in characters.
Instructions
Resize the tty session of a container.
args: id_or_name - The container id or name height - New tty height in characters width - New tty width in characters returns: bool - True after the resize completes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| id_or_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |