Skip to content

Commit bf0c86d

Browse files
committed
Add sandbox.lifecycle.checkpointed event to lifecycle docs
New webhook/API event type for when a snapshot is created from a sandbox.
1 parent 8a524ef commit bf0c86d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/sandbox/lifecycle-events-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Monitor sandbox lifecycle Events"
33
sidebarTitle: Lifecycle events API
44
---
55

6-
The lifecycle API provides RESTful endpoints to request the latest sandbox lifecycle events. This allows you to track when sandboxes are created, paused, resumed, updated, or killed, along with metadata.
6+
The lifecycle API provides RESTful endpoints to request the latest sandbox lifecycle events. This allows you to track when sandboxes are created, paused, resumed, updated, checkpointed, or killed, along with metadata.
77
All requests require authentication using your team [API key](/docs/api-key#where-to-find-api-key).
88

99
Query Parameters:

docs/sandbox/lifecycle-events-webhooks.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,4 +346,5 @@ The following event types can be subscribed to via webhooks, they are used as th
346346
- `sandbox.lifecycle.updated` - Sandbox configuration updates
347347
- `sandbox.lifecycle.paused` - Sandbox pausing
348348
- `sandbox.lifecycle.resumed` - Sandbox resuming
349+
- `sandbox.lifecycle.checkpointed` - Sandbox [snapshot](/docs/sandbox/snapshots) created
349350

0 commit comments

Comments
 (0)