Skip to main content
Glama

dokploy_application_update

dokploy_application_update
Idempotent

Update application configurations in Dokploy, including environment variables, build settings, deployment parameters, and resource limits for containerized applications.

Instructions

[application] application.update (POST)

Parameters:

  • applicationId (string, required)

  • name (string, optional)

  • appName (string, optional)

  • description (any, optional)

  • env (any, optional)

  • previewEnv (any, optional)

  • watchPaths (any, optional)

  • previewBuildArgs (any, optional)

  • previewBuildSecrets (any, optional)

  • previewLabels (any, optional)

  • previewWildcard (any, optional)

  • previewPort (any, optional)

  • previewHttps (boolean, optional)

  • previewPath (any, optional)

  • previewCertificateType (enum: letsencrypt, none, custom, optional)

  • previewCustomCertResolver (any, optional)

  • previewLimit (any, optional)

  • isPreviewDeploymentsActive (any, optional)

  • previewRequireCollaboratorPermissions (any, optional)

  • rollbackActive (any, optional)

  • buildArgs (any, optional)

  • buildSecrets (any, optional)

  • memoryReservation (any, optional)

  • memoryLimit (any, optional)

  • cpuReservation (any, optional)

  • cpuLimit (any, optional)

  • title (any, optional)

  • enabled (any, optional)

  • subtitle (any, optional)

  • command (any, optional)

  • args (any, optional)

  • refreshToken (any, optional)

  • sourceType (enum: github, docker, git, gitlab, bitbucket, gitea, drop, optional)

  • cleanCache (any, optional)

  • repository (any, optional)

  • owner (any, optional)

  • branch (any, optional)

  • buildPath (any, optional)

  • triggerType (any, optional)

  • autoDeploy (any, optional)

  • gitlabProjectId (any, optional)

  • gitlabRepository (any, optional)

  • gitlabOwner (any, optional)

  • gitlabBranch (any, optional)

  • gitlabBuildPath (any, optional)

  • gitlabPathNamespace (any, optional)

  • giteaRepository (any, optional)

  • giteaOwner (any, optional)

  • giteaBranch (any, optional)

  • giteaBuildPath (any, optional)

  • bitbucketRepository (any, optional)

  • bitbucketRepositorySlug (any, optional)

  • bitbucketOwner (any, optional)

  • bitbucketBranch (any, optional)

  • bitbucketBuildPath (any, optional)

  • username (any, optional)

  • password (any, optional)

  • dockerImage (any, optional)

  • registryUrl (any, optional)

  • customGitUrl (any, optional)

  • customGitBranch (any, optional)

  • customGitBuildPath (any, optional)

  • customGitSSHKeyId (any, optional)

  • enableSubmodules (boolean, optional)

  • dockerfile (any, optional)

  • dockerContextPath (any, optional)

  • dockerBuildStage (any, optional)

  • dropBuildPath (any, optional)

  • healthCheckSwarm (any, optional)

  • restartPolicySwarm (any, optional)

  • placementSwarm (any, optional)

  • updateConfigSwarm (any, optional)

  • rollbackConfigSwarm (any, optional)

  • modeSwarm (any, optional)

  • labelsSwarm (any, optional)

  • networkSwarm (any, optional)

  • stopGracePeriodSwarm (any, optional)

  • endpointSpecSwarm (any, optional)

  • ulimitsSwarm (any, optional)

  • replicas (number, optional)

  • applicationStatus (enum: idle, running, done, error, optional)

  • buildType (enum: dockerfile, heroku_buildpacks, paketo_buildpacks, nixpacks, static, railpack, optional)

  • railpackVersion (any, optional)

  • herokuVersion (any, optional)

  • publishDirectory (any, optional)

  • isStaticSpa (any, optional)

  • createEnvFile (boolean, optional)

  • createdAt (string, optional)

  • registryId (any, optional)

  • rollbackRegistryId (any, optional)

  • environmentId (string, optional)

  • githubId (any, optional)

  • gitlabId (any, optional)

  • giteaId (any, optional)

  • bitbucketId (any, optional)

  • buildServerId (any, optional)

  • buildRegistryId (any, optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
applicationIdYes
nameNo
appNameNo
descriptionNo
envNo
previewEnvNo
watchPathsNo
previewBuildArgsNo
previewBuildSecretsNo
previewLabelsNo
previewWildcardNo
previewPortNo
previewHttpsNo
previewPathNo
previewCertificateTypeNo
previewCustomCertResolverNo
previewLimitNo
isPreviewDeploymentsActiveNo
previewRequireCollaboratorPermissionsNo
rollbackActiveNo
buildArgsNo
buildSecretsNo
memoryReservationNo
memoryLimitNo
cpuReservationNo
cpuLimitNo
titleNo
enabledNo
subtitleNo
commandNo
argsNo
refreshTokenNo
sourceTypeNo
cleanCacheNo
repositoryNo
ownerNo
branchNo
buildPathNo
triggerTypeNo
autoDeployNo
gitlabProjectIdNo
gitlabRepositoryNo
gitlabOwnerNo
gitlabBranchNo
gitlabBuildPathNo
gitlabPathNamespaceNo
giteaRepositoryNo
giteaOwnerNo
giteaBranchNo
giteaBuildPathNo
bitbucketRepositoryNo
bitbucketRepositorySlugNo
bitbucketOwnerNo
bitbucketBranchNo
bitbucketBuildPathNo
usernameNo
passwordNo
dockerImageNo
registryUrlNo
customGitUrlNo
customGitBranchNo
customGitBuildPathNo
customGitSSHKeyIdNo
enableSubmodulesNo
dockerfileNo
dockerContextPathNo
dockerBuildStageNo
dropBuildPathNo
healthCheckSwarmNo
restartPolicySwarmNo
placementSwarmNo
updateConfigSwarmNo
rollbackConfigSwarmNo
modeSwarmNo
labelsSwarmNo
networkSwarmNo
stopGracePeriodSwarmNo
endpointSpecSwarmNo
ulimitsSwarmNo
replicasNo
applicationStatusNo
buildTypeNo
railpackVersionNo
herokuVersionNo
publishDirectoryNo
isStaticSpaNo
createEnvFileNo
createdAtNo
registryIdNo
rollbackRegistryIdNo
environmentIdNo
githubIdNo
gitlabIdNo
giteaIdNo
bitbucketIdNo
buildServerIdNo
buildRegistryIdNo
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=false, destructiveHint=false, idempotentHint=true, and openWorldHint=true, which indicate this is a non-destructive, idempotent mutation. The description adds no behavioral context beyond these annotations—no information about permissions needed, rate limits, side effects, or what happens when fields are updated. With annotations covering basic safety, the description fails to add meaningful value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

While the description is technically concise in terms of word count, it is poorly structured and under-specified. It wastes space on a raw parameter dump instead of providing meaningful prose. The information is not front-loaded with purpose or usage, making it inefficient for an agent to parse.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the high complexity (97 parameters, 0% schema coverage, no output schema) and the absence of annotations explaining behavioral details, the description is severely incomplete. It fails to explain what an 'application' is in this context, how updates are applied, what the response looks like, or any error conditions. For a mutation tool of this scale, the description is wholly inadequate.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, meaning none of the 97 parameters have descriptions in the schema. The description merely lists parameter names and types without explaining their purpose, relationships, or usage. For a tool with 97 parameters, this is completely inadequate and provides no semantic understanding beyond what the schema already indicates through type constraints.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose1/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is a tautology that merely restates the tool name 'application.update' without explaining what it does. It provides no meaningful verb+resource statement or differentiation from sibling tools like 'dokploy_application_create' or 'dokploy_application_one'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is absolutely no guidance on when to use this tool versus alternatives. The description offers no context about prerequisites, when this update operation is appropriate, or how it differs from other application-related tools in the sibling list.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jarciahdz111/dokploy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server