remove_model
Permanently delete a model from a specific provider. Requires confirmation and the provider identifier to prevent accidental removal across multiple runtimes.
Instructions
DESTRUCTIVE: Permanently delete a model from a provider. Requires confirm:true; without it the action is refused. The provider argument is REQUIRED so a delete cannot fan out across every detected runtime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model id/name to remove | |
| confirm | Yes | Must be true to perform this destructive deletion | |
| provider | Yes | Required provider id (delete is scoped to a single provider) |