eclipse-volttron / volttron-lib-web

Other
0 stars 4 forks source link

PUT /platforms/:platform/agents/:vip_identity #26

Open davidraker opened 2 years ago

davidraker commented 2 years ago

Upgrade an agent on the VOLTTRON platform.

Request:

Response:

davidraker commented 2 years ago

This can be accomplished using the install_agent RPC method to the control service. See the documentation for that method on line 612 of volttron/platform/control.py.