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