mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
1.1 KiB
1.1 KiB
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 |