delete_late_infer
Remove a compiled late-infer snapshot for a Hub model after confirmation, stopping any local serving process first.
Instructions
Remove a compiled late-infer snapshot from this computer (compiled dir only, not the Hub cache). Requires a Hub org/model id and confirm=true. Extra calls wait for Late Approve. If that snapshot is serving on 127.0.0.1:8010, Stop then delete. Does not delete bin/late-infer. Accepts no cwd, allowlist, write directory, or filesystem path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Hugging Face Hub model id, for example Qwen/Qwen2.5-0.5B-Instruct | |
| confirm | Yes | Must be true; refuses otherwise |