# DockerGetContainersByAppLabelRequest ## Example Usage ```typescript import { DockerGetContainersByAppLabelRequest } from "dokploy/models/operations"; let value: DockerGetContainersByAppLabelRequest = { appName: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `appName` | *string* | :heavy_check_mark: | N/A | | `serverId` | *string* | :heavy_minus_sign: | N/A |