Uninstalling Forklift from the CLI

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

Prerequisites
Procedure
  1. Delete the project:

    $ oc delete project konveyor-forklift
  2. Delete the CRDs:

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

    $ oc get oauthclient -o name | grep 'forklift' | xargs oc delete