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