Deleting a Project

Delete a project in Language.

You must delete all associated resources before deleting a project. Deleting a project is possible only when all associated resources are in a deleted state.

    1. Open the navigation menu and select Analytics & AI. Under AI Services, select Language.
    2. In the left-side navigation menu, select Projects.
      The projects list page opens. All projects in the selected compartment are displayed in a table.
    3. Select the compartment that contains the projects that you want to list.

      All projects in the compartment are listed.

    4. On the Projects list page, select the name of the project.

      The project details page opens.

    5. Click Delete.
    6. Enter the name of the project exactly as it appears, and then click Delete.
  • Use the oci ai language project delete command and required parameters to delete a project:

    oci ai language 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.