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

1.1 KiB
Raw Blame History

ServerUpdateRequest

Example Usage

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

let value: ServerUpdateRequest = {
  name: "<value>",
  serverId: "<id>",
  ipAddress: "caa8:1be3:b423:e65b:268e:e9be:42eb:94a0",
  port: 5420.14,
  username: "Ryann_Weissnat73",
  sshKeyId: "<id>",
};

Fields

Field Type Required Description
name string ✔️ N/A
description string N/A
serverId string ✔️ N/A
ipAddress string ✔️ N/A
port number ✔️ N/A
username string ✔️ N/A
sshKeyId string ✔️ N/A