Change installation order using API

Is it possible to change the order of apps via the API?

I’m trying to put the game of life app on my tidbyt and have it periodically cycle the seed. For this I had to generate 100 or so webp’s and write a script that pushes updates to three installations every 30min with a random sample from those 100. This works great, but the installations are always added to the end. However, I’d like the game of life to go between all my other apps.

It seems whatever endpoint the app uses for this is not documented. Is there an endpoint I can hit to achieve this?