I registered a Flow to the wrong Project. How do ...
# ask-community
d
I registered a Flow to the wrong Project. How do I delete it from that Project? The cli seems like it should but it does not seem to understand anything other than
delete project
.
Copy code
$ prefect delete --help                                                                                                                                                     
Usage: prefect delete [OPTIONS] COMMAND [ARGS]...

  Delete commands that refer to mutations of Prefect API metadata.

  Usage:
      $ prefect delete [OBJECT]

  Arguments:
      project    Delete projects
...
How do I properly specify the
[OBJECT]
for a flow?
k
Hey @Dan Stoner, looks like deleting a flow is not doable through the CLI. Do you have access to you UI? Otherwise we’d need to use the GraphQL Client
d
yes I have the UI, I will try that thank you