This message was deleted.
# marvin-in-the-wild
s
This message was deleted.
m
Wow, that's a magic trick gone wrong! Let's figure out which Prefect version you're using first. Could you please let me know the version of Prefect you are working with?
j
@Marvin 2.20
m
I couldn't find anything directly addressing the disappearance of an entire workspace after deleting a work pool. However, for general troubleshooting, check if your workspace or deployments are viewable via the Prefect CLI: 1. List work pools:
Copy code
bash
    prefect work-pool ls
2. Inspect a work pool:
Copy code
bash
    prefect work-pool inspect <work-pool-name>
3. List deployments:
Copy code
bash
    prefect deployment ls
If your workspace appears empty or you still face issues, consider reaching out on Prefect's Discourse or opening an issue on their GitHub repo. For further reading, check the Work Pools documentation.