⋮ row menu with two actions — Edit Project and Delete. This page covers both.
Open the row menu
In Team & Projects → Projects, find the project and click the⋮ on the right of its row.

Edit a project — rename and description
Click Edit Project. The dialog is the same shape as Create New Project, prefilled with the current values:
The project’s identifier (the lowercase label shown under the display name on the row) does not change when you rename. Resources keep their stable identifier; only the display name changes. This means automation that references a project by its UUID is unaffected by renames.
You can rename the Default project too — the orange
Default badge stays attached even after a rename, because Default is determined by the project’s role in the account (the always-available fallback), not by its name.
Delete a project
Click Delete from the row’s⋮ menu. A confirmation dialog asks you to type the project name to proceed.
Two hard rules
Clearing a project before delete
To delete a non-Default project that still has resources, you need to remove the resources first. Two paths:
Once the project is empty, retry the Delete action.
What gets cleaned up
When a project is successfully deleted:- Member project-role grants on this project are removed. Members who had only this project as their Project Access end up as account-only members (or with no access at all if they had no other grants).
- Audit-log entries referencing the project are kept for compliance — the entries continue to exist, just refer to a project ID that no longer resolves to a current project.
- The project’s name is freed for reuse — you can immediately create another project with the same name.
Who can edit / delete projects
A member needs the right account permission to use these actions:
If the actions are missing or greyed out for you, your account role doesn’t include the permission — ask the Owner or someone with the right permission, or have them grant you a Custom role.
Related
Create a project
Walk the Create New Project dialog.
Projects and scoping
How project scope affects resources and API calls.
Permissions matrix
Which roles include
account.projects.manage and account.projects.delete.