Managing Projects
Managing projects include creating and deleting projects as well as adding and removing users from the project.
Any activated user can create a new project.
The project creator or the organization admin can delete a project.
Creating or Deleting a Project
- In the left navigation bar, click Account > Projects. The project dashboard is displayed.
- To create a new project:
- Click Create New.
Create new project modal appears.
- In the Name field, enter the project name.
- (Optional) Select the Users tab to add user to the project.
- (Optional) Select the User groups tab to add user groups to the project.
- Click Create Project. The newly created project can be viewed in the project dashboard.
- To delete a project:
- In the project dashboard, click the delete icon under Actions.
- A confirmation page appears, click Yes, Delete.
To create a project:
rio project create <project_name>
To delete a project:
rio project delete <project_name>
Nominate the Project Admin
The org or the project admin can nominate another project member as the admin of that project.
- In the left navigation bar, click Account > Projects. The project dashboard is displayed.
- Select the project for which you want to nominate a new admin.
- Under Existing users, hover over the username and click Admin to nominate the project member as the new admin.
Switching between Projects
Consider two projects, example-0 and example-3. To switch from example-0 to example-3:
- Select the dropdown at the top left corner of the rapyuta.io page.
- Select example-3 from the list of available projects.
- Now you are in example-3 project namespace.
You can also search for a project using the project ID at the top left corner of the rapyuta.io page.
rio project select <project_name>