dokploy

Manage Dokploy resources and deployments via CLI or API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JuanJoseGonGi/skills --skill dokploy-juanjosegongi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dokploy
Source: https://github.com/JuanJoseGonGi/skills/tree/main/dokploy
Command: npx skills add https://github.com/JuanJoseGonGi/skills --skill dokploy-juanjosegongi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Dokploy resources, enabling efficient deployment, configuration, and operational control of applications and infrastructure through a unified CLI and API interface.

Core Features & Use Cases

  • Resource Management: Create, update, and delete projects, environments, applications, and databases.
  • Deployment Control: Trigger deployments, redeployments, and manage application lifecycles (start/stop).
  • Incident Response: Execute stop, rollback, and kill operations for stuck deployments.
  • Environment Sync: Synchronize environment variables between local files and Dokploy services.
  • Use Case: Deploy a new version of your web application to a specific environment on Dokploy, ensuring all environment variables are correctly configured.

Quick Start

Use the dokploy skill to deploy the application with the ID 'app_123'.

Frequently Asked Questions about dokploy

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Dokploy infrastructure using the CLI or API?

You can manage Dokploy infrastructure through a unified CLI and API interface to create, update, and delete projects, environments, applications, and databases. This streamlines deployment configuration and operational control.

Can I synchronize environment variables between local files and Dokploy services?

Yes, environment variable synchronization between local files and Dokploy services is supported. This ensures all environment variables are correctly configured when deploying applications to specific environments.

How do I handle stuck deployments during an incident response on Dokploy?

For stuck deployments during incident response, you can execute stop, rollback, and kill operations. These actions manage application lifecycles and provide operational control to resolve deployment issues safely.

Does the Dokploy API helper support retries and dry-run modes for safer deployments?

Yes, the Dokploy API helper supports safer deployments with built-in retries and dry-run modes. This provides a safer interface for triggering deployments and managing application lifecycles.

What is the best way to trigger redeployments for existing Dokploy applications?

The best way to trigger redeployments is through the Dokploy CLI or API, which manages application lifecycles including start and stop operations. This enables efficient deployment control for existing applications.

When should I use the Dokploy API over the CLI for managing infrastructure workflows?

Use the Dokploy API for programmatic infrastructure workflows requiring retries and dry-run modes, while the CLI suits direct operational control. Both manage projects, databases, and deployments effectively.