Guardrails
Update and Delete Guardrails
Update a guardrail’s name, description, or enabled state, or delete it
PATCH
Path Parameters
string
required
Guardrail ID (UUID).
Update a Guardrail
Partial update — send only the fields you want to change (at least one).string
New name, 1-100 characters, unique within the organization.
string | null
New rule text (up to 1000 characters), or
null to clear it.boolean
Set
false to pause the rule without deleting it — it stays listed but is
not injected into agent prompts.Delete a Guardrail
DELETE to the same path. Agents stop following the rule on their next call.
