mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
18 lines
641 B
Markdown
18 lines
641 B
Markdown
# SettingsUpdateDockerCleanupRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { SettingsUpdateDockerCleanupRequest } from "dokploy/models/operations";
|
|
|
|
let value: SettingsUpdateDockerCleanupRequest = {
|
|
enableDockerCleanup: false,
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| --------------------- | --------------------- | --------------------- | --------------------- |
|
|
| `enableDockerCleanup` | *boolean* | :heavy_check_mark: | N/A |
|
|
| `serverId` | *string* | :heavy_minus_sign: | N/A | |