restore_prompt_snippet
Restore a soft-deleted prompt snippet by its ID. Skips version checks to avoid conflicts, but may fail if another snippet claims the same name or slot.
Instructions
Undo delete_prompt_snippet — bring a soft-deleted prompt_snippet back. Takes no version check (a restore must never lose to a stale-version guard). Can 409 if a live prompt_snippet now holds a name/slot this one also claims.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The prompt_snippet's id. |