host.tool_rollback
Make an earlier published version of one of this tenant's tools current again -- the next host.tool_call (or namespaced call) runs that version's source. See host.tool_history for the valid version numbers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Local name of the tool to roll back. | |
| version | Yes | The version number (from host.tool_history) to make current. | |
| tenant_key | No | The key `signup` returned. Required only when this connection carries no Authorization: Bearer header -- when both are present, the header wins. |