restore_deleted_skill_version
Recover a previously deleted skill version by making its row visible in history, without affecting the current draft.
Instructions
Undo delete_skill_version — bring a removed version row back into history. This does NOT change the current draft (unlike restore_skill_version); it only makes the row visible/restorable again. Takes no version check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The skill's id. | |
| versionId | Yes | The version row's UUID, from list_deleted_skill_versions. |