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 select Analytics & AI. Under Machine Learning, select Data Science.
    3. Select the compartment that contains the projects that you want to edit.

      All projects in the compartment are listed.

    4. Select the name of the project.

      The project details page opens and lists the notebook sessions.

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