What it is
Operations on a workspace: create, update name/slug/logo, switch between workspaces, soft-delete (trash), restore, permanent delete.How to create
Name + slug
Name is the display name. Slug must be lowercase alphanumeric + hyphens; system also generates one from the name + 6-char suffix if you don’t specify.

How to update
How to delete
Two-stage delete process for safety:Soft delete (trash)
Settings → Danger zone → Delete workspace. Type
delete/{slug} to confirm.The workspace moves to trash. Members get a notification email. Workspace remains restorable for 7 days.Restore (within 7 days)
Settings (or trash view) → Restore. Owner only. Workspace becomes active again, members regain access.
Real-world example
Closing out an agency client:Common mistakes
Confusing soft-delete with deactivate
Confusing soft-delete with deactivate
Soft-delete blocks workspace use. There’s no “pause” mode short of removing members and not creating new links.
Deleting a workspace with active subscriptions
Deleting a workspace with active subscriptions
Soft-delete doesn’t cancel subscriptions automatically. Cancel billing first via the billing page.
Edge cases
Only the owner can delete. Members with
admin role on the membership table aren’t enough.Soft-deleted workspace links still resolve. Until the 7-day purge, short URLs continue to redirect. After purge, they
404. If your custom domain is on the workspace, plan the cutover.