Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DEBUGNoSet to 1 to enable debug logging (JSON to stderr)
DOKPLOY_URLYesYour Dokploy API URL (e.g., https://cloud.dokploy.com/api)
DOKPLOY_API_KEYYesAPI key from Dokploy Settings → API Keys
REQUEST_TIMEOUT_MSNoHTTP request timeout in milliseconds30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
dokploy_admin_setupMonitoringC

[admin] admin.setupMonitoring (POST)

Parameters:

  • metricsConfig (object, required)

dokploy_docker_getContainersC

[docker] docker.getContainers (GET)

Parameters:

  • serverId (string, optional)

dokploy_docker_restartContainerB

[docker] docker.restartContainer (POST)

Parameters:

  • containerId (string, required)

dokploy_docker_getConfigC

[docker] docker.getConfig (GET)

Parameters:

  • containerId (string, required)

  • serverId (string, optional)

dokploy_docker_getContainersByAppNameMatchC

[docker] docker.getContainersByAppNameMatch (GET)

Parameters:

  • appType (enum: stack, docker-compose, optional)

  • appName (string, required)

  • serverId (string, optional)

dokploy_docker_getContainersByAppLabelC

[docker] docker.getContainersByAppLabel (GET)

Parameters:

  • appName (string, required)

  • serverId (string, optional)

  • type (enum: standalone, swarm, required)

dokploy_docker_getStackContainersByAppNameC

[docker] docker.getStackContainersByAppName (GET)

Parameters:

  • appName (string, required)

  • serverId (string, optional)

dokploy_docker_getServiceContainersByAppNameC

[docker] docker.getServiceContainersByAppName (GET)

Parameters:

  • appName (string, required)

  • serverId (string, optional)

dokploy_project_createC

[project] project.create (POST)

Parameters:

  • name (string, required)

  • description (any, optional)

  • env (string, optional)

dokploy_project_oneC

[project] project.one (GET)

Parameters:

  • projectId (string, required)

dokploy_project_allC

[project] project.all (GET)

dokploy_project_allForPermissionsC

[project] project.allForPermissions (GET)

dokploy_project_searchC

[project] project.search (GET)

Parameters:

  • q (string, optional)

  • name (string, optional)

  • description (string, optional)

  • limit (number, optional)

  • offset (number, optional)

dokploy_project_removeC

[project] project.remove (POST)

Parameters:

  • projectId (string, required)

dokploy_project_updateC

[project] project.update (POST)

Parameters:

  • projectId (string, required)

  • name (string, optional)

  • description (any, optional)

  • createdAt (string, optional)

  • organizationId (string, optional)

  • env (string, optional)

dokploy_project_duplicateC

[project] project.duplicate (POST)

Parameters:

  • sourceEnvironmentId (string, required)

  • name (string, required)

  • description (string, optional)

  • includeServices (boolean, optional)

  • selectedServices (array, optional)

  • duplicateInSameProject (boolean, optional)

dokploy_application_createC

[application] application.create (POST)

Parameters:

  • name (string, required)

  • appName (string, optional)

  • description (any, optional)

  • environmentId (string, required)

  • serverId (any, optional)

dokploy_application_oneC

[application] application.one (GET)

Parameters:

  • applicationId (string, required)

dokploy_application_reloadC

[application] application.reload (POST)

Parameters:

  • appName (string, required)

  • applicationId (string, required)

dokploy_application_deleteC

[application] application.delete (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_stopC

[application] application.stop (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_startD

[application] application.start (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_redeployC

[application] application.redeploy (POST)

Parameters:

  • applicationId (string, required)

  • title (string, optional)

  • description (string, optional)

dokploy_application_saveEnvironmentD

[application] application.saveEnvironment (POST)

Parameters:

  • applicationId (string, required)

  • env (any, required)

  • buildArgs (any, required)

  • buildSecrets (any, required)

  • createEnvFile (boolean, required)

dokploy_application_saveBuildTypeD

[application] application.saveBuildType (POST)

Parameters:

  • applicationId (string, required)

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

  • dockerfile (any, required)

  • dockerContextPath (any, required)

  • dockerBuildStage (any, required)

  • herokuVersion (any, required)

  • railpackVersion (any, required)

  • publishDirectory (any, optional)

  • isStaticSpa (any, optional)

dokploy_application_saveGithubProviderC

[application] application.saveGithubProvider (POST)

Parameters:

  • applicationId (string, required)

  • repository (any, required)

  • branch (any, required)

  • owner (any, required)

  • buildPath (any, required)

  • githubId (any, required)

  • triggerType (enum: push, tag, required)

  • enableSubmodules (boolean, optional)

  • watchPaths (any, optional)

dokploy_application_saveGitlabProviderD

[application] application.saveGitlabProvider (POST)

Parameters:

  • applicationId (string, required)

  • gitlabBranch (any, required)

  • gitlabBuildPath (any, required)

  • gitlabOwner (any, required)

  • gitlabRepository (any, required)

  • gitlabId (any, required)

  • gitlabProjectId (any, required)

  • gitlabPathNamespace (any, required)

  • enableSubmodules (boolean, optional)

  • watchPaths (any, optional)

dokploy_application_saveBitbucketProviderC

[application] application.saveBitbucketProvider (POST)

Parameters:

  • bitbucketBranch (any, required)

  • bitbucketBuildPath (any, required)

  • bitbucketOwner (any, required)

  • bitbucketRepository (any, required)

  • bitbucketRepositorySlug (any, required)

  • bitbucketId (any, required)

  • applicationId (string, required)

  • enableSubmodules (boolean, optional)

  • watchPaths (any, optional)

dokploy_application_saveGiteaProviderD

[application] application.saveGiteaProvider (POST)

Parameters:

  • applicationId (string, required)

  • giteaBranch (any, required)

  • giteaBuildPath (any, required)

  • giteaOwner (any, required)

  • giteaRepository (any, required)

  • giteaId (any, required)

  • enableSubmodules (boolean, optional)

  • watchPaths (any, optional)

dokploy_application_saveDockerProviderC

[application] application.saveDockerProvider (POST)

Parameters:

  • dockerImage (any, required)

  • applicationId (string, required)

  • username (any, required)

  • password (any, required)

  • registryUrl (any, required)

dokploy_application_saveGitProviderC

[application] application.saveGitProvider (POST)

Parameters:

  • customGitBranch (any, required)

  • applicationId (string, required)

  • customGitBuildPath (any, required)

  • customGitUrl (any, required)

  • watchPaths (any, required)

  • enableSubmodules (boolean, optional)

  • customGitSSHKeyId (any, optional)

dokploy_application_disconnectGitProviderC

[application] application.disconnectGitProvider (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_markRunningC

[application] application.markRunning (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_updateD

[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)

dokploy_application_refreshTokenD

[application] application.refreshToken (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_deployC

[application] application.deploy (POST)

Parameters:

  • applicationId (string, required)

  • title (string, optional)

  • description (string, optional)

dokploy_application_cleanQueuesC

[application] application.cleanQueues (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_clearDeploymentsD

[application] application.clearDeployments (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_killBuildC

[application] application.killBuild (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_readTraefikConfigB

[application] application.readTraefikConfig (GET)

Parameters:

  • applicationId (string, required)

dokploy_application_updateTraefikConfigC

[application] application.updateTraefikConfig (POST)

Parameters:

  • applicationId (string, required)

  • traefikConfig (string, required)

dokploy_application_readAppMonitoringC

[application] application.readAppMonitoring (GET)

Parameters:

  • appName (string, required)

dokploy_application_moveC

[application] application.move (POST)

Parameters:

  • applicationId (string, required)

  • targetEnvironmentId (string, required)

dokploy_application_cancelDeploymentD

[application] application.cancelDeployment (POST)

Parameters:

  • applicationId (string, required)

dokploy_application_searchC

[application] application.search (GET)

Parameters:

  • q (string, optional)

  • name (string, optional)

  • appName (string, optional)

  • description (string, optional)

  • repository (string, optional)

  • owner (string, optional)

  • dockerImage (string, optional)

  • projectId (string, optional)

  • environmentId (string, optional)

  • limit (number, optional)

  • offset (number, optional)

dokploy_mysql_createD

[mysql] mysql.create (POST)

Parameters:

  • name (string, required)

  • appName (string, optional)

  • dockerImage (string, optional)

  • environmentId (string, required)

  • description (any, optional)

  • databaseName (string, required)

  • databaseUser (string, required)

  • databasePassword (string, required)

  • databaseRootPassword (string, optional)

  • serverId (any, optional)

dokploy_mysql_oneC

[mysql] mysql.one (GET)

Parameters:

  • mysqlId (string, required)

dokploy_mysql_startD

[mysql] mysql.start (POST)

Parameters:

  • mysqlId (string, required)

dokploy_mysql_stopC

[mysql] mysql.stop (POST)

Parameters:

  • mysqlId (string, required)

dokploy_mysql_saveExternalPortC

[mysql] mysql.saveExternalPort (POST)

Parameters:

  • mysqlId (string, required)

  • externalPort (any, required)

dokploy_mysql_deployC

[mysql] mysql.deploy (POST)

Parameters:

  • mysqlId (string, required)

dokploy_mysql_changeStatusC

[mysql] mysql.changeStatus (POST)

Parameters:

  • mysqlId (string, required)

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

dokploy_mysql_reloadD

[mysql] mysql.reload (POST)

Parameters:

  • mysqlId (string, required)

  • appName (string, required)

dokploy_mysql_removeC

[mysql] mysql.remove (POST)

Parameters:

  • mysqlId (string, required)

dokploy_mysql_saveEnvironmentC

[mysql] mysql.saveEnvironment (POST)

Parameters:

  • mysqlId (string, required)

  • env (any, required)

dokploy_mysql_updateD

[mysql] mysql.update (POST)

Parameters:

  • mysqlId (string, required)

  • name (string, optional)

  • appName (string, optional)

  • description (any, optional)

  • databaseName (string, optional)

  • databaseUser (string, optional)

  • databasePassword (string, optional)

  • databaseRootPassword (string, optional)

  • dockerImage (string, optional)

  • command (any, optional)

  • args (any, optional)

  • env (any, optional)

  • memoryReservation (any, optional)

  • memoryLimit (any, optional)

  • cpuReservation (any, optional)

  • cpuLimit (any, optional)

  • externalPort (any, optional)

  • applicationStatus (enum: idle, running, done, error, 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)

  • createdAt (string, optional)

  • environmentId (string, optional)

dokploy_mysql_moveD

[mysql] mysql.move (POST)

Parameters:

  • mysqlId (string, required)

  • targetEnvironmentId (string, required)

dokploy_mysql_rebuildD

[mysql] mysql.rebuild (POST)

Parameters:

  • mysqlId (string, required)

dokploy_mysql_searchC

[mysql] mysql.search (GET)

Parameters:

  • q (string, optional)

  • name (string, optional)

  • appName (string, optional)

  • description (string, optional)

  • projectId (string, optional)

  • environmentId (string, optional)

  • limit (number, optional)

  • offset (number, optional)

dokploy_postgres_createC

[postgres] postgres.create (POST)

Parameters:

  • name (string, required)

  • appName (string, optional)

  • databaseName (string, required)

  • databaseUser (string, required)

  • databasePassword (string, required)

  • dockerImage (string, optional)

  • environmentId (string, required)

  • description (any, optional)

  • serverId (any, optional)

dokploy_postgres_oneC

[postgres] postgres.one (GET)

Parameters:

  • postgresId (string, required)

dokploy_postgres_startC

[postgres] postgres.start (POST)

Parameters:

  • postgresId (string, required)

dokploy_postgres_stopC

[postgres] postgres.stop (POST)

Parameters:

  • postgresId (string, required)

dokploy_postgres_saveExternalPortC

[postgres] postgres.saveExternalPort (POST)

Parameters:

  • postgresId (string, required)

  • externalPort (any, required)

dokploy_postgres_deployD

[postgres] postgres.deploy (POST)

Parameters:

  • postgresId (string, required)

dokploy_postgres_changeStatusC

[postgres] postgres.changeStatus (POST)

Parameters:

  • postgresId (string, required)

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

dokploy_postgres_removeC

[postgres] postgres.remove (POST)

Parameters:

  • postgresId (string, required)

dokploy_postgres_saveEnvironmentC

[postgres] postgres.saveEnvironment (POST)

Parameters:

  • postgresId (string, required)

  • env (any, required)

dokploy_postgres_reloadC

[postgres] postgres.reload (POST)

Parameters:

  • postgresId (string, required)

  • appName (string, required)

dokploy_postgres_updateD

[postgres] postgres.update (POST)

Parameters:

  • postgresId (string, required)

  • name (string, optional)

  • appName (string, optional)

  • databaseName (string, optional)

  • databaseUser (string, optional)

  • databasePassword (string, optional)

  • description (any, optional)

  • dockerImage (string, optional)

  • command (any, optional)

  • args (any, optional)

  • env (any, optional)

  • memoryReservation (any, optional)

  • externalPort (any, optional)

  • memoryLimit (any, optional)

  • cpuReservation (any, optional)

  • cpuLimit (any, optional)

  • applicationStatus (enum: idle, running, done, error, 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)

  • createdAt (string, optional)

  • environmentId (string, optional)

dokploy_postgres_moveD

[postgres] postgres.move (POST)

Parameters:

  • postgresId (string, required)

  • targetEnvironmentId (string, required)

dokploy_postgres_rebuildC

[postgres] postgres.rebuild (POST)

Parameters:

  • postgresId (string, required)

dokploy_postgres_searchC

[postgres] postgres.search (GET)

Parameters:

  • q (string, optional)

  • name (string, optional)

  • appName (string, optional)

  • description (string, optional)

  • projectId (string, optional)

  • environmentId (string, optional)

  • limit (number, optional)

  • offset (number, optional)

dokploy_redis_createC

[redis] redis.create (POST)

Parameters:

  • name (string, required)

  • appName (string, optional)

  • databasePassword (string, required)

  • dockerImage (string, optional)

  • environmentId (string, required)

  • description (any, optional)

  • serverId (any, optional)

dokploy_redis_oneC

[redis] redis.one (GET)

Parameters:

  • redisId (string, required)

dokploy_redis_startC

[redis] redis.start (POST)

Parameters:

  • redisId (string, required)

dokploy_redis_reloadC

[redis] redis.reload (POST)

Parameters:

  • redisId (string, required)

  • appName (string, required)

dokploy_redis_stopC

[redis] redis.stop (POST)

Parameters:

  • redisId (string, required)

dokploy_redis_saveExternalPortD

[redis] redis.saveExternalPort (POST)

Parameters:

  • redisId (string, required)

  • externalPort (any, required)

dokploy_redis_deployC

[redis] redis.deploy (POST)

Parameters:

  • redisId (string, required)

dokploy_redis_changeStatusD

[redis] redis.changeStatus (POST)

Parameters:

  • redisId (string, required)

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

dokploy_redis_removeC

[redis] redis.remove (POST)

Parameters:

  • redisId (string, required)

dokploy_redis_saveEnvironmentC

[redis] redis.saveEnvironment (POST)

Parameters:

  • redisId (string, required)

  • env (any, required)

dokploy_redis_updateD

[redis] redis.update (POST)

Parameters:

  • redisId (string, required)

  • name (string, optional)

  • appName (string, optional)

  • description (any, optional)

  • databasePassword (string, optional)

  • dockerImage (string, optional)

  • command (any, optional)

  • args (any, optional)

  • env (any, optional)

  • memoryReservation (any, optional)

  • memoryLimit (any, optional)

  • cpuReservation (any, optional)

  • cpuLimit (any, optional)

  • externalPort (any, optional)

  • createdAt (string, optional)

  • applicationStatus (enum: idle, running, done, error, 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)

  • environmentId (string, optional)

dokploy_redis_moveD

[redis] redis.move (POST)

Parameters:

  • redisId (string, required)

  • targetEnvironmentId (string, required)

dokploy_redis_rebuildD

[redis] redis.rebuild (POST)

Parameters:

  • redisId (string, required)

dokploy_redis_searchC

[redis] redis.search (GET)

Parameters:

  • q (string, optional)

  • name (string, optional)

  • appName (string, optional)

  • description (string, optional)

  • projectId (string, optional)

  • environmentId (string, optional)

  • limit (number, optional)

  • offset (number, optional)

dokploy_mongo_createC

[mongo] mongo.create (POST)

Parameters:

  • name (string, required)

  • appName (string, optional)

  • dockerImage (string, optional)

  • environmentId (string, required)

  • description (any, optional)

  • databaseUser (string, required)

  • databasePassword (string, required)

  • serverId (any, optional)

  • replicaSets (any, optional)

dokploy_mongo_oneC

[mongo] mongo.one (GET)

Parameters:

  • mongoId (string, required)

dokploy_mongo_startD

[mongo] mongo.start (POST)

Parameters:

  • mongoId (string, required)

dokploy_mongo_stopC

[mongo] mongo.stop (POST)

Parameters:

  • mongoId (string, required)

dokploy_mongo_saveExternalPortD

[mongo] mongo.saveExternalPort (POST)

Parameters:

  • mongoId (string, required)

  • externalPort (any, required)

dokploy_mongo_deployC

[mongo] mongo.deploy (POST)

Parameters:

  • mongoId (string, required)

dokploy_mongo_changeStatusC

[mongo] mongo.changeStatus (POST)

Parameters:

  • mongoId (string, required)

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

dokploy_mongo_reloadC

[mongo] mongo.reload (POST)

Parameters:

  • mongoId (string, required)

  • appName (string, required)

dokploy_mongo_removeC

[mongo] mongo.remove (POST)

Parameters:

  • mongoId (string, required)

dokploy_mongo_saveEnvironmentC

[mongo] mongo.saveEnvironment (POST)

Parameters:

  • mongoId (string, required)

  • env (any, required)

dokploy_mongo_updateD

[mongo] mongo.update (POST)

Parameters:

  • mongoId (string, required)

  • name (string, optional)

  • appName (string, optional)

  • description (any, optional)

  • databaseUser (string, optional)

  • databasePassword (string, optional)

  • dockerImage (string, optional)

  • command (any, optional)

  • args (any, optional)

  • env (any, optional)

  • memoryReservation (any, optional)

  • memoryLimit (any, optional)

  • cpuReservation (any, optional)

  • cpuLimit (any, optional)

  • externalPort (any, optional)

  • applicationStatus (enum: idle, running, done, error, 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)

  • createdAt (string, optional)

  • environmentId (string, optional)

  • replicaSets (any, optional)

dokploy_mongo_moveD

[mongo] mongo.move (POST)

Parameters:

  • mongoId (string, required)

  • targetEnvironmentId (string, required)

dokploy_mongo_rebuildC

[mongo] mongo.rebuild (POST)

Parameters:

  • mongoId (string, required)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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