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