mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 12:27:48 +00:00
28 KiB
28 KiB
ApplicationUpdateRequest
Example Usage
import { ApplicationUpdateRequest } from "dokploy/models/operations";
let value: ApplicationUpdateRequest = {
applicationId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
applicationId |
string | ✔️ | N/A |
name |
string | ➖ | N/A |
appName |
string | ➖ | N/A |
description |
string | ➖ | N/A |
env |
string | ➖ | N/A |
buildArgs |
string | ➖ | N/A |
memoryReservation |
number | ➖ | N/A |
memoryLimit |
number | ➖ | N/A |
cpuReservation |
number | ➖ | N/A |
cpuLimit |
number | ➖ | N/A |
title |
string | ➖ | N/A |
enabled |
boolean | ➖ | N/A |
subtitle |
string | ➖ | N/A |
command |
string | ➖ | N/A |
refreshToken |
string | ➖ | N/A |
sourceType |
operations.ApplicationUpdateSourceType | ➖ | N/A |
repository |
string | ➖ | N/A |
owner |
string | ➖ | N/A |
branch |
string | ➖ | N/A |
buildPath |
string | ➖ | N/A |
autoDeploy |
boolean | ➖ | N/A |
gitlabProjectId |
number | ➖ | N/A |
gitlabRepository |
string | ➖ | N/A |
gitlabOwner |
string | ➖ | N/A |
gitlabBranch |
string | ➖ | N/A |
gitlabBuildPath |
string | ➖ | N/A |
gitlabPathNamespace |
string | ➖ | N/A |
bitbucketRepository |
string | ➖ | N/A |
bitbucketOwner |
string | ➖ | N/A |
bitbucketBranch |
string | ➖ | N/A |
bitbucketBuildPath |
string | ➖ | N/A |
username |
string | ➖ | N/A |
password |
string | ➖ | N/A |
dockerImage |
string | ➖ | N/A |
customGitUrl |
string | ➖ | N/A |
customGitBranch |
string | ➖ | N/A |
customGitBuildPath |
string | ➖ | N/A |
customGitSSHKeyId |
string | ➖ | N/A |
dockerfile |
string | ➖ | N/A |
dockerContextPath |
string | ➖ | N/A |
dockerBuildStage |
string | ➖ | N/A |
dropBuildPath |
string | ➖ | N/A |
healthCheckSwarm |
operations.HealthCheckSwarm | ➖ | N/A |
restartPolicySwarm |
operations.RestartPolicySwarm | ➖ | N/A |
placementSwarm |
operations.PlacementSwarm | ➖ | N/A |
updateConfigSwarm |
operations.UpdateConfigSwarm | ➖ | N/A |
rollbackConfigSwarm |
operations.RollbackConfigSwarm | ➖ | N/A |
modeSwarm |
operations.ModeSwarm | ➖ | N/A |
labelsSwarm |
Record<string, string> | ➖ | N/A |
networkSwarm |
operations.NetworkSwarm[] | ➖ | N/A |
replicas |
number | ➖ | N/A |
applicationStatus |
operations.ApplicationUpdateApplicationStatus | ➖ | N/A |
buildType |
operations.ApplicationUpdateBuildType | ➖ | N/A |
publishDirectory |
string | ➖ | N/A |
createdAt |
string | ➖ | N/A |
registryId |
string | ➖ | N/A |
projectId |
string | ➖ | N/A |
githubId |
string | ➖ | N/A |
gitlabId |
string | ➖ | N/A |
bitbucketId |
string | ➖ | N/A |