Hello, the list machines API seems like a useful one, especially in absence of any status webhooks, to do some custom orchestration.
- Is the list machines API call cheap, can it be called few times a minute (say every 10 seconds)?
- List Machines seems to return all non-destroyed machines as of now. This works for my use-case, but just wanted to check if there’s any (undocumented) param to list machines only in a particular state as well?
- The list machines UI seems to show all destroyed machines too. Does the UI ever garbage collect destroyed instances and stop showing them after some time? I am wondering because for a game server use-case this list might keep growing.