stop-app

Stop a running Dokploy app while preserving environment variables, domains, and Terraform state.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/PromakerDev/promaker-plugin --skill stop-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stop-app
Source: https://github.com/PromakerDev/promaker-plugin/tree/main/plugins/promaker/skills/stop-app
Command: npx skills add https://github.com/PromakerDev/promaker-plugin --skill stop-app

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Stop a running Dokploy app via an engineering wrapper around the stop action. The container stops; the Dokploy app, env vars, domains and Terraform state stay intact — engineers can start-app to bring it back, or fix-app if start doesn't suffice.

Core Features & Use Cases

  • Engineering wrapper around the manage-app stop action to halt traffic without destroying configuration.
  • Preserves environment variables, domains, and Terraform state to enable quick recovery.
  • Boundaries and safety: avoids stopping platform infra and prod apps, and requires explicit confirmation before proceeding.

Quick Start

Provide the app identifier to stop and take it offline while preserving configuration.

Frequently Asked Questions about stop-app

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

FAQPage Schema
How do I safely stop a Dokploy app for maintenance without losing configuration?

To stop a Dokploy app safely, you can halt the running container while preserving its environment variables, domains, and Terraform state. This allows you to take the app offline predictably for maintenance or troubleshooting without destroying its configuration.

Does stopping a Dokploy container delete environment variables and domains?

No, stopping a Dokploy container does not delete environment variables, domains, or Terraform state. The stop action only halts the running container, keeping all configuration intact so you can quickly bring the app back online later.

Can I stop platform infrastructure or production apps using a Dokploy maintenance workflow?

No, you cannot stop platform infrastructure or production apps using this workflow. It includes safety boundaries that explicitly avoid stopping critical infrastructure and production apps, and it requires explicit confirmation before proceeding with any stop action.

How do I bring a Dokploy app back online after stopping it for troubleshooting?

To bring a stopped Dokploy app back online after troubleshooting, you use the start-app action to restart the container. If starting the app does not resolve the issue, you can use the fix-app action to attempt recovery.

What happens when I take an app offline during a maintenance window in Dokploy?

When you take an app offline during a Dokploy maintenance window, the manage-app workflow dispatches a stop action to halt the container. The app goes offline safely while all environment variables, domains, and Terraform state remain fully preserved.