
Docker Delete
CertifiedDelete a model from Docker Model Runner
Docker Delete
Certified
Delete a model from Docker Model Runner
Removes a locally available model via the Docker Model Runner (DMR) REST API.
The model identifier is split into namespace and name:
ai/smollm2 → namespace ai, name smollm2;
hf.co/org/repo → namespace hf.co, name org/repo;
bare names like smollm2 default to namespace ai.
yaml
type: io.kestra.plugin.docker.model.DeleteExamples
Delete a model from Docker Model Runner
yaml
id: docker_model_delete
namespace: company.team
tasks:
- id: delete_model
type: io.kestra.plugin.docker.model.Delete
model: ai/smollm2
Properties
model *Requiredstring
Model identifier
The model to delete, e.g. ai/smollm2 or hf.co/org/repo.
host string
Default
http://localhost:12434Docker Model Runner host
Base URL of the Docker Model Runner REST API. Override when DMR is exposed on a non-default address.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.