# TerminalSize


[API catalog](/reference/api/) · [Docker Sandboxes overview](/reference/api/sandboxes/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes-api/) · [OpenAPI specification](/reference/api/sandboxes/api.yaml)

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "additionalProperties": false,
  "description": "TerminalSize is a terminal rows/columns pair; 1 through 65535 is the portable range.\nbounded requires rows and cols in 1..65535",
  "properties": {
    "bounded": {
      "description": "bounded requests the portable range enforced on this size, with no opt in\nto perform first. Unset or false keeps the unenforced behavior.",
      "type": "boolean"
    },
    "cols": {
      "description": "cols is the terminal column count.",
      "type": "integer"
    },
    "rows": {
      "description": "rows is the terminal row count.",
      "type": "integer"
    }
  },
  "title": "TerminalSize",
  "type": "object"
}
```



