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