Cloudflare D1 · Schema

D1 Time Travel Timestamp

An ISO 8601 timestamp used for time travel operations. The database will be restored to the nearest available bookmark at or before this timestamp.

DatabaseSQLiteServerlessEdge ComputingSQLCloudflareWorkers
View JSON Schema on GitHub

JSON Schema

d1_time-travel-timestamp.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/cloudflare-d1/main/json-schema/d1_time-travel-timestamp.json",
  "title": "D1 Time Travel Timestamp",
  "description": "An ISO 8601 timestamp used for time travel operations. The database will be restored to the nearest available bookmark at or before this timestamp.",
  "example": "2024-01-15T12:00:00Z",
  "format": "date-time",
  "type": "string",
  "x-auditable": true
}