pydo.genai.rollback_to_agent_version()
Generated on 7 Jul 2026
from pydo version
v0.39.0
Usage
client.genai.rollback_to_agent_version(
uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
body={
"uuid": "\"12345678-1234-1234-1234-123456789012\"",
"version_hash": "{your_version_hash}",
},
)Description
To update to a specific agent version, send a PUT request to /v2/gen-ai/agents/{uuid}/versions.
Parameters
uuidstring requiredAgent unique identifier
uuidstring optionalExample:
"12345678-1234-1234-1234-123456789012"Agent unique identifier
version_hashstring optionalExample:
c3658d8b5c05494cd03ce042926ef08157889ed54b1b74b5ee0b3d66dcee4b73Unique identifier
Request Sample
Response Example
More Information
See /v2/gen-ai/agents/{uuid}/versions in the API reference for additional detail on responses, headers, parameters, and more.