Editing a Project

Edit (update) a project in Data Science to change its name and description.

    1. On the Projects list page, find the project that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. From the Actions menu (three dots) for the project, select Edit.
    3. In the Edit project panel, change the name or description.
    4. Select Save changes.
  • Use the oci data-science project update command and required parameters to edit (update) a project:

    oci data-science project update --project-id <project-id> ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the UpdateProject operation to edit (update) a project.