29 lines
1005 B
Markdown
29 lines
1005 B
Markdown
---
|
||
id: leave-project
|
||
title: Leave a project
|
||
sidebar_label: Leave project
|
||
---
|
||
|
||
---
|
||
|
||
You can leave a project that you no longer wish to be a part of.
|
||
|
||
## 1. Identify the project
|
||
|
||
In the settings page, scroll to the **Projects Joined** section. Here you will see a list of all the projects you are a part of, identify the project you’d like to leave and click on the **Leave Project** button:
|
||
|
||
<img src={require('../assets/user-guides/managing-projects/leave-project/step-1.png').default} />
|
||
|
||
:::note
|
||
Note: Having left the project, the number of active projects will change and the project you left can no longer be observed as a currently active project in the **Team** tab.
|
||
:::
|
||
|
||
A confirmation dialog will pop up, click on the **Confirm** button to leave the project.
|
||
|
||
<img src={require('../assets/user-guides/managing-projects/leave-project/step-2.png').default} />
|
||
|
||
## Learn more
|
||
|
||
- [Invite a member to your project](invite-team-member.md)
|
||
- [Remove a member from your project](remove-team-member.md)
|