Orchestrator License change through APi

I have one scenario where machine runtime license count should be changed using orchestrator API.

Is there any possibility to do that?

@Mr.StarLord_AO
Refer this
https://docs.uipath.com/orchestrator/reference/license-requests
https://docs.uipath.com/orchestrator/reference/retrieving-license-information

@Karuna , How can we change number of licenses assigned.

Hi @Mr.StarLord_AO
I have the same requirement to add and remove runtime instances via API. Could you please let me know if you found the solution to this?

Hi @Mr.StarLord_AO

I looked into the API and I think it can be done using {Patch}/odata/Machines by partially updating machine. There we have a field called Slots (like UnattendedSlots, NonProduction Slots). We can give the required value i.e your run time count there.
image

1 Like

@dmendgudli , Thanks for the reply . I have used same api for changing unattended slots

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.