AiAgentAliasUpdateInput
No description
input AiAgentAliasUpdateInput {
id: ID!
name: String
description: String
trustLevel: AiAgentRegistryTrustLevel
agentStatus: AgentStatus
tags: [AiAgentTagInput!]
}
Fields
AiAgentAliasUpdateInput.id ● ID! non-null scalar miscellaneous
The unique identifier of the AI Agent Alias to be updated.
AiAgentAliasUpdateInput.name ● String scalar miscellaneous
Name of the AI Agent Alias.
AiAgentAliasUpdateInput.description ● String scalar miscellaneous
Description of the AI Agent Alias.
AiAgentAliasUpdateInput.trustLevel ● AiAgentRegistryTrustLevel enum agent-control-tower
Indicates the confidence and reliability level of the AI Agent Alias.
AiAgentAliasUpdateInput.agentStatus ● AgentStatus enum agent-control-tower
Status of the AI Agent Alias. Accepted values are ACTIVE or INACTIVE.
AiAgentAliasUpdateInput.tags ● [AiAgentTagInput!] list input agent-control-tower
Tags for classification and organization of the AI Agent Alias.
Member Of
aiAgentAliasUpdate mutation