Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 875 Bytes

uninstalling-mtv-cli.adoc

File metadata and controls

36 lines (28 loc) · 875 Bytes

Uninstalling {project-short} from the command line interface

You can uninstall {project-first} from the command line interface (CLI) by deleting the {namespace} project and the forklift.konveyor.io custom resource definitions (CRDs).

Prerequisites
  • You must be logged in as a user with cluster-admin privileges.

Procedure
  1. Delete the project:

    $ {oc} delete project {namespace}
  2. Delete the CRDs:

    $ {oc} get crd -o name | grep 'forklift' | xargs {oc} delete
  3. Delete the OAuthClient:

    $ {oc} delete oauthclient/forklift-ui