Waiting for engine...
Skip to main content

AiAgentGuardrailUpdateInput

No description

input AiAgentGuardrailUpdateInput {
id: ID!
name: String
description: String
configurationJson: String
status: AiAgentGuardrailStatus
tags: [AiAgentTagInput!]
agentIds: [ID!]
}

Fields

AiAgentGuardrailUpdateInput.id ● ID! non-null scalar miscellaneous {#id}

Required. ID of the guardrail to be updated

AiAgentGuardrailUpdateInput.name ● String scalar miscellaneous {#name}

Optional. Name of the guardrail.

AiAgentGuardrailUpdateInput.description ● String scalar miscellaneous {#description}

Optional. Description of the guardrail.

AiAgentGuardrailUpdateInput.configurationJson ● String scalar miscellaneous {#configuration-json}

Optional. Updated JSON configuration for the guardrail detailing its policies and operational parameters.

AiAgentGuardrailUpdateInput.status ● AiAgentGuardrailStatus enum agent-control-tower {#status}

Optional. The operational status of the guardrail (e.g., ENABLED, DISABLED).

AiAgentGuardrailUpdateInput.tags ● [AiAgentTagInput!] list input agent-control-tower {#tags}

Optional. Tags for categorization.

AiAgentGuardrailUpdateInput.agentIds ● [ID!] list scalar miscellaneous {#agent-ids}

Optional. Agent IDs to associate with this guardrail

Member Of

aiAgentGuardrailUpdate mutation

On this Page