Is there API support for configuring pepvpn WAN connection priority?

In the peplink API, I see call to get status of the pepvpn WAN connections
GET /api/status.pepvpn

but I don’t see a corresponding POST message to configure the VPN. I am looking for a way to programmatically reconfigure the WAN connection priority for the WAN connections used by the VPN. It is in the GUI but not in the API. Is there a way to do this that is unpublished, or that uses a different interface like the CLI?

Can the ability to configure pepvpn via the API be added? This seems like something that many developers would want to use for integration

Review the device api here:

and the incontrol2 api here:
https://www.peplink.com/ic2-api-doc/

See if that helps.