Uipath-python: Running agents/processes on non-cloud-serverless machines

Hi there,

has anyone tried out already running agent jobs on non serverless machines? e.g. with an on-premise machine?

I am facing the challenge that my processes created from within UiPath-python seem to require a machine template for cloud serverless, even though I’ve added a production machine runtime to it.

Any support / help appreciated.

1 Like

Hi @d.nussbaumer

Welcome to UiPath,

Ensure the machine is added in Orchestrator and assigned to the folder with the correct user and permissions. Use a standard or template machine, depending on your setup. In your Python code, use the correct process name, folder ID, and robot targeting info without requesting a serverless runtime. The robot must be licensed and available for unattended execution when the job is triggered.

If helpful, mark as solution. Happy automation with UiPath! :white_check_mark:

1 Like