Files
Dokploy-ts-sdk/docs/models/operations/postgresstoprequest.md
2025-09-26 02:33:10 +00:00

454 B

PostgresStopRequest

Example Usage

import { PostgresStopRequest } from "dokploy/models/operations";

let value: PostgresStopRequest = {
  postgresId: "<id>",
};

Fields

Field Type Required Description
postgresId string ✔️ N/A