Sandbox Resync

When a sandbox is created from a Template, the template's definition is cloned into the sandbox at creation time. Subsequent changes to the template do not automatically propagate to existing sandboxes. To bring a sandbox's definition back in sync with the template, an explicit resync must be performed.

Before Resyncing

Be aware of the following consequences of a resync:

Review the changes carefully before proceeding.

Resyncing from the Web UI

Click the Resync button on the sandbox page. If critical changes will be applied (such as workload removal), the Web UI will prompt for confirmation before proceeding.

Resyncing via CLI

Run cs sandbox update without additional flags to perform a resync:

cs sandbox update

See Also