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