@cpod/sdk - v0.2.7
    Preparing search index...

    Function deleteModelRegistry

    • Delete a model from the registry

      Parameters

      • modelId: string

        The unique identifier of the model to delete

      Returns Promise<void>

      void

      401 - Not authenticated

      404 - Model not found

      import { deleteModelRegistry } from "@cpod/sdk";

      await deleteModelRegistry("model-123");