Skip to content

Client version assignments

Client version assignments let you target a specific Cloudflare One Client (formerly WARP) version at a group of devices from the Cloudflare dashboard, without touching your MDM file or asking users to update the client themselves.

Once an assignment is in place, matching devices silently upgrade or downgrade to the target version. End users see an Update in progress banner in the client GUI while the install runs. The client returns to normal operation once the update completes.

Feature availability

Client modesZero Trust plans
All modesAll plans
SystemAvailabilityMinimum client version
Windows2026.6.0
macOS2026.6.0
Linux
iOS
Android
ChromeOS

How it works

A deployment group links one or more target client versions to one or more policy IDs from your device profiles. Each entry in the group specifies a target_environment (windows or macos) and the version to deploy on that platform. A single deployment group can target both platforms at once.

When you save a deployment group, the Cloudflare API pushes the assignment to every device whose device profile policy ID is in the group. Each device then:

  1. Compares its running version against the assigned version on its next registration refresh.
  2. If the versions differ, downloads the target installer and verifies its cryptographic signature.
  3. Runs the installer silently and resumes normal operation once the new version is in place.

The client coordinates the install through a separate persistent OS service that ships alongside the existing service in client version 2026.6.0 and later. If any step fails — download, signature verification, or install — the device stays on its previous version and remains functional.

Set up a deployment group

  1. In the Cloudflare dashboard, go to Zero Trust > Team & Resources > Devices.
  2. Select the Management tab.
  3. Under Client version assignments, select Manage.
  4. Select Create new deployment group.
  5. Under Name your deployment group, enter a name.
  6. Under Select device profiles, select one or more device profiles whose devices should receive this assignment.
  7. Under Assign client version, select an operating system, a release track, and a client version. To target additional platforms with the same group, select Add OS and repeat.
  8. Select Save.

When a device evaluates an assignment

After you create, update, or delete a deployment group, the API notifies affected devices of the change. Delivery can take up to 15 minutes. Once a device receives the notification, it evaluates the assignment shortly after and installs the target version if it differs from the running version.

Devices also re-evaluate the most recent assignment they have received in these additional situations:

  • When the client service starts or restarts.
  • When the device wakes from sleep.

Verify a device received the assignment

To confirm a device has received its assigned version, open a terminal on the device and run:

Terminal window
warp-cli settings

The output includes the resolved target version under version_config. If the device is not yet running that version, the next evaluation triggers an install.

Override an assignment with MDM

You can suppress client version assignments on individual devices by setting allow_managed_deployments to false in your MDM file. When this parameter is false, the device ignores any assignment from the dashboard and stays on its current version. Use this for devices that must be pinned through MDM rather than the dashboard.

Limitations

  • Devices must be running client version 2026.6.0 or later to apply an assignment. Older versions ignore the assignment entirely.
  • Once an install has started on a device, it cannot be cancelled. Changing the target version while a device is still downloading the previous target cancels the download cleanly.
  • Each device profile policy ID can belong to only one deployment group at a time.

Antivirus and endpoint security configuration

Starting in version 2026.6.0, the client install adds a second persistent OS service that handles updates triggered by client version assignments. If your endpoint protection or antivirus tools maintain process or service allowlists, add the following alongside your existing entries for the Cloudflare One Client:

PlatformService identifierProcess name
macOScom.cloudflare.warp.updaterwarp-updater
WindowsCloudflareWARPUpdaterwarp-updater-armed.exe

Troubleshoot a failed update

If a device does not receive its assigned version, collect diagnostic logs using warp-diag. The diagnostic archive includes an updater/ directory with per-attempt installer logs and a human-readable update history summary that you can share with Cloudflare Support.