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.
Deleted projects exist in lists for 30 days after being deleted.
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 flags and variable options for CLI commands, see the CLI Command Reference.
Use the DeleteProject operation to delete the project.