pydo.genai.rollback_to_agent_version()
Generated on 17 Jul 2025
from pydo
version
v0.13.0
Description
To update to a specific agent version, send a PUT request to /v2/gen-ai/agents/{uuid}/versions
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
uuid |
string | True | Agent unique identifier | |
body |
JSON or IO[bytes] | False |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.