An account with no window at all syncs around the clock, every day. That is what
accounts connected before this default existed do, and it is what you get if you switch
every day off. Emptying the window opens the account up rather than pausing it; to stop
an account from working, stop its browser instead.

The Account Sync tab: sync days and hours at the top, per-kind sync intervals below, each editable.
What the window gates, and what it does not
- Recurring syncs are window-gated. Conversations, connections, invitations, followers and profile refreshes are scheduled only inside the configured hours.
- Actions are not. Sending a message or a connection request runs whenever you or an automation triggers it, at any hour, subject to smart limits.
- The first import ignores the window. The initial backfill of a freshly connected account runs to completion whatever the hours say, so onboarding never stalls overnight. Smart limits and pacing still apply. Only the recurring syncs that follow it are gated.
Browser auto-suspend and wake
A running antidetect browser costs resources, so idle browsers suspend automatically: after about 15 minutes without activity the platform stops the browser. Waking is automatic too:- an action waits for the browser to start, then runs;
- a due sync wakes the browser in the background.
You never need to start browsers manually for scheduled work. A browser you stopped
yourself stays stopped for manual use, but due syncs and actions still wake it.
Health checks
The platform periodically verifies that each running browser is actually responsive. A browser whose LinkedIn tab is dead is marked with an issue status and powered off rather than left running blind; the account’s sync state shows the reason.Change the schedule over the API
The window is a list of per-weekday entries in the account’s timezone, minutes from local midnight. Weekdays 1 to 5 (Monday to Friday), 09:00 to 18:00:window, or send it as an empty list, to sync around the clock. Both mean the
same thing, and neither switches syncing off. Per-kind intervals ride the same
request’s entries object.
Field names and the full request shape are in the
API reference; to change the schedule for every account on
the team in one confirmation, use a mass action.