この文書の現在のバージョンと選択したバージョンの差分を表示します。
ソフトウェア:dokku:アプリケーション管理:アプリケーション削除 [2019/09/16 06:23] sotoyama 作成 |
ソフトウェア:dokku:アプリケーション管理:アプリケーション削除 [2019/09/16 06:26] (現在) sotoyama |
||
---|---|---|---|
ライン 18: | ライン 18: | ||
> 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... | ||
+ | </code> | ||
+ | |||
+ | 問い合わせ無しで削除したい場合は、dokkuコマンドに--forceを指定します。 | ||
+ | === コマンド === | ||
+ | <code bash> | ||
+ | dokku --force apps:destroy node-js-app | ||
+ | </code> | ||
+ | |||
+ | === 出力結果 === | ||
+ | <code> | ||
Destroying node-js-app (including all add-ons) | Destroying node-js-app (including all add-ons) | ||
Unlinking from railsdatabase | Unlinking from railsdatabase |