Waiting for engine...
Skip to main content

AiAliasesDeleteInput

Input type for deleting multiple AI Agent aliases from the AI Agent Registry in a single operation.

input AiAliasesDeleteInput {
aiAgentsWithAliases: [AgentWithAliasesInput!]!
}

Fields

AiAliasesDeleteInput.aiAgentsWithAliases ● [AgentWithAliasesInput!]! non-null input agent-control-tower

Array of agents with their aliases to be deleted. Must contain at least one entry.

Member Of

aiAliasesDelete mutation

On this Page