pydo.genai.detach_agent_guardrail()
Generated on 16 Mar 2026
from pydo version
v0.28.0
Description
To detach a guardrail from an agent, send a DELETE request to /v2/gen-ai/agents/{agent_uuid}/guardrails/{guardrail_uuid}.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
agent_uuid |
string | True | The UUID of the agent. | |
guardrail_uuid |
string | True | The UUID of the guardrail to detach. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.