We have new endpoints to manage console sessions in the API:
GET to fetch if a vnc session is active for the instance
DELETE to stop an active vnc session before the expiration time
These should be added as CLI commands as well, I was thinking with the following format:
civo instance console status <instance_id>
civo instance console stop <instance_id>