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