Editing a Project
Edit (update) a project in Data Science to change its name and description.
- 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.
- From the for the project, select Edit.
- In the Edit project panel, change the name or description.
- 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.