How to change target execution of robot using orchestrator api

Hi,

I have a requirement , where I have to change target execution of trigger of specific robot from one machine to another machine using UiPath studio,
Is there any way I can achieve this using orchestrator api activity .

Thanks in Advance

@Hemasai06

You can acheive thsi usign processschedules endpoint

please check swagger for more details

<OrchetsratorURL>/Swagger/index.html

Examples

cheers