Automation Anywhere Bot Deployment

Schema representing a bot deployment request and response in the Automation Anywhere Control Room, including deployment configuration, target device specification, input variables, and the resulting deployment identifier.

Properties

Name Type Description
deploymentId string Unique UUID identifier assigned to this deployment instance by the Control Room upon successful dispatch
botId integer Numeric file ID of the bot to deploy, referencing the bot's ID in the repository
automationName string Optional human-readable label for this automation instance as displayed in activity logs and dashboards
description string Optional description of this specific deployment for tracking and audit purposes
botLabel string Optional label tag for identifying this deployment instance
runElevated boolean Whether to run the bot with elevated system privileges on the Bot Runner device
hideBotAgentUi boolean Whether to suppress the Bot Agent user interface on the runner device during execution
automationPriority string Priority level for this automation in the dispatch queue relative to other pending deployments
callbackInfo object
botInput object Runtime input variables to pass to the bot at execution time. Keys are variable names as defined in the bot; values are typed variable objects.
unattendedRequest object
attendedRequest object
headlessRequest object
View JSON Schema on GitHub