===== アプリケーション削除 ===== ==== コマンド形式 ==== apps:destroy ==== 実行例 ==== === コマンド === dokku apps:destroy node-js-app === 出力結果 === ! WARNING: Potentially Destructive Action ! This command will destroy node-js-app (including all add-ons). ! To proceed, type "node-js-app" > node-js-app                    ※アプリケーション名の入力が求められます Destroying node-js-app (including all add-ons) Unlinking from railsdatabase App node-js-app has not been deployed -----> Cleaning up... 問い合わせ無しで削除したい場合は、dokkuコマンドに--forceを指定します。 === コマンド === dokku --force apps:destroy node-js-app === 出力結果 === Destroying node-js-app (including all add-ons) Unlinking from railsdatabase App node-js-app has not been deployed -----> Cleaning up...