GenieWebApp.jl
  • About Web Technologies and Cloud Computing
  • Developing a Genie Application (v3.0)
    • Building an MVC Application
    • Testing the Application
  • Deploying to Virtual Machine using OpenStack (v5.5)
    • Setting up a Virtual Machine via Web User Interface
    • Setting up a Virtual Machine via Command Line Interface
    • Deploying the Application to a Virtual Machine
    • Deleting the Application and Virtual Machine
  • Deploying to OpenShift Container Platform (v3.11)
    • Creating a Container for the Application
    • Deploying the Application via Web User Interface
    • Deploying the Application via Command Line Interface
    • Deleting the Application
      • Command Line Interface
Version
  • Deploying to OpenShift Container Platform (v3.11)
  • Deleting the Application
  • Deleting the Application
Edit on GitHub

Deleting the Application

We can delete our application once we no longer need it.

Command Line Interface

We can remove all resources associated with the application.

oc delete all -l app=$APP

Now, we have removed the application.

« Deploying the Application via Command Line Interface

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.6 on Monday 13 September 2021. Using Julia version 1.6.2.