Deleting a Data Asset

You can delete a data asset in Anomaly Detection only if it's not attached to any other resource. It can't be used thereafter.

If you attempt to delete a data asset that's still attached to a resource or you don't have permissions to delete it, you get a warning that the data asset can't be deleted.

  • Important

    The Anomaly Detection resources that use the data asset that you deleted can't be used.
    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 create the data asset in.
    4. Click the name of the project.

      The project details page opens.

    5. Under Details, click Data assets.
    6. In the data assets list, click the name of the data asset.
    7. Click Delete.
    8. Enter the name of the data asset that you want to delete exactly as it appears, and then click Delete.
    A notification is displayed indicating that the data asset is deleted successfully.
  • Use the oci anomaly-detection data asset delete command and required parameters to delete a data asset:

    oci anomaly-detection data-asset delete --data-asset-id <data-asset-id>... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the DeleteDataAsset operation to delete the data asset.