rollback_update
Restore the previous version from backup on DollhouseMCP. Confirm the action to revert updates and ensure system stability.
Instructions
Rollback to the previous version from backup
Input Schema
Name | Required | Description | Default |
---|---|---|---|
confirm | Yes | Confirm the rollback (true to proceed, false for info) |
Input Schema (JSON Schema)
{
"properties": {
"confirm": {
"description": "Confirm the rollback (true to proceed, false for info)",
"type": "boolean"
}
},
"required": [
"confirm"
],
"type": "object"
}