Revert Artifact Version
revert_to_versionRestore an earlier artifact version to current, preserving the previous version for learning. Use to undo changes while maintaining a record.
Instructions
Restore an earlier artifact version (F5) to current and return the now-current version: the existing current version is flipped to 'reverted' (kept for the learning signal) and the chosen version becomes current again. A write — not idempotent, since re-running reverts again. version_id is the version you want to RESTORE; get it from list_artifact_versions and never guess it. Optional reason is recorded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Why you're reverting (optional, recorded). | |
| version_id | Yes | Id of the version to restore (make current), from list_artifact_versions. |