Editing a Project

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

    1. Use the Console to sign in to a tenancy with the necessary policies.
    2. Open the navigation menu and click Analytics & AI. Under Machine Learning, click Data Science.
    3. Select the compartment that contains the projects that you want to edit.

      All projects in the compartment are listed.

    4. Click the name of the project.

      The project details page opens and lists the notebook sessions.

    5. Click Edit.
    6. Change the name or description.
    7. Click 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.