Table of Contents

Class DeleteModelRequest

Namespace
OllamaSharp.Models
Assembly
OllamaSharp.dll

Delete a model and its data.

Ollama API docs

[JsonUnmappedMemberHandling(JsonUnmappedMemberHandling.Skip)]
public class DeleteModelRequest : OllamaRequest
Inheritance
DeleteModelRequest
Inherited Members

Properties

Model

The name of the model to delete

[JsonPropertyName("model")]
public string? Model { get; set; }

Property Value

string