mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
7.7 KiB
7.7 KiB
MongoUpdateRequest
Example Usage
import { MongoUpdateRequest } from "dokploy/models/operations";
let value: MongoUpdateRequest = {
mongoId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
mongoId |
string | ✔️ | N/A |
name |
string | ➖ | N/A |
appName |
string | ➖ | N/A |
description |
string | ➖ | N/A |
databaseUser |
string | ➖ | N/A |
databasePassword |
string | ➖ | N/A |
dockerImage |
string | ➖ | N/A |
command |
string | ➖ | N/A |
env |
string | ➖ | N/A |
memoryReservation |
number | ➖ | N/A |
memoryLimit |
number | ➖ | N/A |
cpuReservation |
number | ➖ | N/A |
cpuLimit |
number | ➖ | N/A |
externalPort |
number | ➖ | N/A |
applicationStatus |
operations.MongoUpdateApplicationStatus | ➖ | N/A |
createdAt |
string | ➖ | N/A |
projectId |
string | ➖ | N/A |