How do I keep dev instance awake always?

Sg001
Kilo Contributor

I have a requirement where ServiceNow's developer account is accessed via REST API.
However, after some time of inactivity, the dev instance goes into hibernation, due to which ServiceNow REST calls don't work.

Hence, is there any API to wake up the instance of the ServiceNow account or an alternate way to keep the instance active forever?

A quick response would be appreciated.

Thank you

6 REPLIES 6

Try writing scheduled job like below, I'm not 100% whether this will work but give a try. Make sure yellow highlighted part are configured correctly.

find_real_file.png

Please hit like and mark my response as correct if that helps
Regards,
Musab

This won't work, even from the OOTB, there are tons of schedule jobs. They won't make the instance run/wakeup.