Skip to main content

Runtime Snapshots

Use POST /runtime-snapshots/upsert to synchronize account runtime-strategy state into Phonefarm.
This is a configuration-sync endpoint, not an execution-dispatch endpoint.

Request Example

Success Responses

Applied update:
Ignored stale update:

Request Fields

Stale Update Rules

Phonefarm ignores incoming snapshots when:
  • stored strategy_version is greater than the incoming version
  • or versions match and stored strategy_synced_at is newer than the incoming timestamp

Failure Modes