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