Editing a Project
Modify the information of a DevOps project.
For accessing DevOps using the Oracle Cloud Console, REST API, and CLI, see Accessing DevOps.
- Open the navigation menu and click Developer Services. Under DevOps, click Projects.
- Select the project that you want to edit, and then click Edit.
- Make necessary updates to the project information, and save the changes.
To edit a DevOps project, run the
update
command:oci devops project update --project-id
To get all the commands for
project
:oci devops project -h
To get help for the
update
command:oci devops project update -h
To edit a DevOps project, use the
UpdateProject
operation.