delete_model
delete_modelRemove custom model definitions from Langfuse by ID to manage your LLM application's model registry. This irreversible action applies only to user-created models.
Instructions
Deletes a custom model definition by ID. Note: Langfuse-managed models cannot be deleted. Only custom models you created can be deleted. To override a Langfuse-managed model, create a new custom model with the same modelName instead. modelId is required. This action is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| modelId | Yes | The model ID to delete. Required. |