Skip to content

Bulk actions

When you manage dozens of profiles, acting on them one at a time is slow. Santiago lets you select several profiles and launch, stop, duplicate, or delete them all at once from the profile list.

Every profile card has a checkbox on the left. A bulk action bar sits above the list with a master checkbox and a selection counter. Tick the boxes for the profiles you want to act on, and the bulk action buttons appear in that bar.

You can also use the master checkbox in the bar:

  • Select all — selects every profile currently shown in the list.
  • Click it again (when everything is selected) to clear the selection.
  • When only some profiles are selected, the master checkbox shows a partial (indeterminate) state, and the bar reads N selected.

Once at least one profile is selected, the bulk action bar shows the available actions. The buttons adapt to your selection — for example, Stop only appears when some of the selected profiles are running.

ActionApplies toWhat it does
LaunchIdle profiles in your selectionStarts each idle profile (runs a proxy check first if the profile uses one)
StopRunning profiles in your selectionCloses the browser windows and saves each session
DuplicateAll selected profilesCreates a copy of each profile’s settings, named … (copy)
DeleteSelected profiles that are not runningPermanently removes the profiles and their session data

Each button shows a count, so you always know how many profiles it will affect — for example, Launch 5 or Delete 3. Every action asks for confirmation before it runs.

Select the profiles you want to start, then click Launch N. Santiago launches every idle profile in your selection. Each profile goes through the normal startup steps (proxy check, then start), and you can watch the status badge on each card change to Running.

Profiles that are already running or that are locked (in use on another device) are not re-launched. See Profile overview for what each status means.

Select profiles and click Stop N to close them all at once. Only the running profiles in your selection are stopped; idle ones are left alone. Each session (cookies and open tabs) is saved as the browser closes, just like stopping a single profile. Learn more in Session sync.

Click Duplicate N to copy every selected profile. Each copy keeps the original’s fingerprint and proxy settings and is named with a (copy) suffix, so Shop EU becomes Shop EU (copy).

What a copy does not carry over:

  • The browser session (cookies and open tabs) — copies start fresh.
  • Usage history (created date, last-used date).

Click Delete N to remove the selected profiles. This permanently removes the profiles and their session data, so the confirmation dialog asks you to confirm first.

A few things change what the bulk bar offers:

  • No matching profiles for an action. If none of your selected profiles are idle, the Launch button doesn’t appear; if none are running, Stop doesn’t appear.
  • Expired or no subscription. When your subscription has expired or you haven’t chosen a plan yet, launching and duplicating are blocked (duplicating creates new profiles, which requires an active plan). You can still select, stop, and delete profiles, and editing and exporting cookies stay available. See License states.
  • Team members. On the Agency plan, team members work with shared profiles but cannot create new ones, so duplicating won’t succeed for them — only the owner can duplicate. See Team sharing.
  • Filter or tag first, then Select all — this is the fastest way to launch or stop a whole group. See Organize profiles.
  • Mind your concurrent limit when launching large batches; stagger launches across plan slots if you hit the limit.
  • Duplicate a well-configured profile to seed many similar ones, then edit the proxies and details on each copy. See Create & edit profiles.
  • For fully automated, large-scale launching from scripts or an agent, use the local automation API instead of the UI — see Launch profiles via API and Bulk multi-account scenarios.