Deleting a Project

Delete a project in Data Science.

To delete a project, it can't be associated with any Data Science resources. Before you can start to delete a project, you must first delete the notebook session and models associated with the project.

The state of the project becomes Deleting during the delete project operation. The service checks for the absence of associated resources. If successful, the project status is updated to Deleted.

The delete project action is asynchronous and starts a work request. You can use the work request to track the status of an operation. For general information about using work requests in OCI, see Work Requests and the Work Requests API.

Note

Deleted projects exist in lists for 30 days after being deleted.
    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 Delete.
    3. In the Delete project dialog box, enter the name of the project exactly as it appears.
    4. Select Delete.
  • Use the oci data-science project delete command and required parameters to delete a project:

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

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

  • Use the DeleteProject operation to delete the project.