Editing a Project

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

    1. From the Data Science projects page, select the name of the project. If you need help finding the list of projects, see Listing Projects.

      The project details page opens and lists the notebook sessions.

    2. Select Edit.
    3. 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 flags and variable options for CLI commands, see the CLI Command Reference.

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