start-app

Start a stopped Dokploy app via the manage-app workflow.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a safe, engineering-focused wrapper to start a stopped Dokploy app using the manage-app workflow.

Core Features & Use Cases

  • Single-command restart: Start a stopped app with a simple command.
  • Pre-checks and guardrails: Refuses to start if last_deploy_status is none and suggests redirection to onboard-app or fix-app.
  • Workflow integration: Dispatches a start action via manage-app and polls until completion.

Quick Start

Provide the app name to start and the system will trigger the managed start action.

Frequently Asked Questions about start-app

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

FAQPage Schema
How do I restart a stopped Dokploy app?

Restarting a stopped Dokploy app requires triggering the manage-app workflow to dispatch a start action and poll until completion. This provides a safe, single-command method to resume previously deployed applications.

Can I use this to start a newly created Dokploy app for the first time?

You cannot use this to start a newly created Dokploy app because the system checks for a prior deploy status. If the last_deploy_status is none, it redirects you to onboard-app or fix-app for initial setup.

What happens if I try to start an app that has never been deployed?

Attempting to start an app that has never been deployed triggers a refusal due to a missing prior deploy status. The system redirects you to onboard-app or fix-app to resolve the missing deployment history.

Does the start-app workflow wait for the Dokploy app to fully start?

The workflow dispatches the start action via manage-app and continuously polls until completion. This ensures the Dokploy app is fully started and operational before the restart process finishes.

Why does my Dokploy app fail to start when the last deploy status is none?

A Dokploy app fails to start when the last_deploy_status is none because the system enforces a pre-check guardrail. It redirects you to onboard-app or fix-app instead of attempting an invalid start.