transformations_revert
Revert a GTM transformation in a workspace to its last container-version state. Use to undo changes with confirmation.
Instructions
[WRITE] Revert workspace changes to a GTM transformation back to its last container-version state. Requires GTM_MCP_ENABLE_WRITES=true and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The GTM account ID. | |
| containerId | Yes | The GTM container ID. | |
| workspaceId | Yes | The GTM workspace ID. | |
| transformationId | Yes | The transformations ID to revert. | |
| fingerprint | No | Current fingerprint (for optimistic locking). | |
| confirm | Yes | Must be true to confirm this write operation. |