Roll back skill
rollback_skillRollback a skill to a previous version recorded by list_skill_versions. The current definition is replaced and cannot be recovered except by rolling forward to another stored version. Requires full or skills:write permission. Do not use delete_skill when you only need to revert. Pass playbook_id as the UUID or GUID of the playbook this call should target.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_id | Yes | The specific version ID from list_skill_versions to rollback to | |
| playbook_id | Yes | UUID or GUID of the target playbook |