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.

    1. Open the navigation menu and click Developer Services. Under DevOps, click Projects.
    2. Select the project that you want to edit, and then click Edit.
    3. 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.