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

457 B

PostgresStartRequest

Example Usage

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

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

Fields

Field Type Required Description
postgresId string ✔️ N/A