How to cleanup 'oc new-app' failure

Latest response

I have a new-app failure for

oc new-app . --strategy=docker --name os-wfly-v1

I see the failed app here.

oc get buildconfig
    NAME         TYPE     FROM            LATEST
    os-wfly-v1   Docker   Git@x-os-wfly   1

The following cmd does not cleanup enough so that I can reuse the name.

  oc tag -d os-wfly-v1:latest

What cmd should be used to cleanup?

Responses