βοΈAPI
Inuva is not meant to be ran 24/7. It will sleep when it detects 30 minutes of inactivity. For automation this is a dealbreaker so that's why there's an API.
Boot
curl -H 'Authorization: Bearer <api_key>' -X POST https://inuva.me/api/instance/bootReset
curl -H 'Authorization: Bearer <api_key>' -X POST https://inuva.me/api/instance/resetShutdown
Last updated