Skip to main content

2026-06-16 Snapshot API

  • New POST /v1/snapshots:capture-org endpoint added for asynchronously snapshotting the caller's entire organization
  • POST /v1/snapshots/{id}:restore now accepts an optional exclude_target_ids array (target IDs the caller wants left untouched during restore)
  • The preserve_modified option was removed from POST /v1/snapshots/{id}:restore, and the related skipped arrays (and SkippedResource schema) were removed from restore and capture results on GET /v1/snapshots and GET /v1/snapshots/{id}; drift-based skipping is no longer performed during restore (breaking)