Delete blueprint
delete_blueprintDelete a saved server blueprint safely via a two-step process: preview with confirm token, then confirm to remove. Existing servers built from it remain unchanged.
Instructions
Delete a saved blueprint from the local store. Safe to call directly: the first call changes nothing and returns a preview plus a confirm_token; repeating the call with the token deletes it. Servers built from it are untouched.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| blueprint | Yes | Blueprint name or ID. | |
| confirm_token | No |