Deleting a Project

Delete a project in Anomaly Detection.

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 click Analytics & AI. Under AI Services, click Anomaly Detection.
    2. In the left-side navigation menu, click Projects.
    3. Select the compartment that contains the project that you want to delete.
    4. Click 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 anomaly-detection project delete command and required parameters to delete a project:

    oci anomaly-detection 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.