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