This repository was archived by the owner on Jun 5, 2025. It is now read-only.
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
Create constructs for dealing with soft-deleted workspaces #668
Description
A recent pull request introduced the ability to soft-delete workspaces. We now need to deal with this construct.
Let's add the ability to:
- List "archived" workspaces
- Recover an "archived" workspace
This should encompass the REST API and the prompt pseudo-CLI.