Set a specific historical version of an agent as the active configuration.
Restore or activate a specific historical configuration of your Voice Agent. When you make changes to an agent, a new version is created. If an update causes unexpected behavior, or if you simply want to revert to a previously stable setup, you can use this endpoint to promote an olderDocumentation Index
Fetch the complete documentation index at: https://docs.lyzr.ai/llms.txt
Use this file to discover all available pages before exploring further.
versionId to become the currently active configuration.
x-api-key header to authenticate this request.agentId: The 24-character string ID of the parent agent.versionId: The exact UUID of the version you wish to activate (you can retrieve this using the List Agent Versions endpoint).200 OK status), the following occurs:
versionId.agentId will use this newly activated configuration.agent object so you can verify the settings have been applied in your application.The unique identifier of the agent.
"f790923795a23467555c0ad6"
The UUID of the specific version to activate.
"3052daF7-8cbB-61dE-8820-dAb2019F43fd"
Agent version successfully activated.