Skip to content

Permissions - edit workspace description and closing the workspace #624

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/manage/permissions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ This is the overview of workspace member roles that are related to the whole wor
|delete and transfer projects| :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :white_check_mark: |
|manage access to projects| :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :white_check_mark: |
|manage workspace members| :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: | :white_check_mark: |
|delete the workspace and change its description| :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: |
|access to invoicing and subscription settings| :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :no_entry_sign: | :white_check_mark: |


Expand Down
2 changes: 2 additions & 0 deletions src/manage/workspaces/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ Every workspace has its own [subscription](../subscriptions/). With your first w
## How to delete a workspace
Closing a workspace means that all projects in this workspace will be removed as well. Therefore we recommend going through the projects in the workspace and, if needed, downloading them to your computer or [transferring them to another workspace](../project-advanced/#transfer-a-project) so that you don't lose your work.

You have to be the workspace [owner](../permissions/#workspace-member-roles-overview) to be able to delete the workspace.

1. [Switch](#how-to-switch-between-workspaces) to the workspace you want to remove

2. Navigate to **Settings** and select **Close workspace**
Expand Down
Loading