Skip to content

Commit 677c940

Browse files
committed
Address PR review comments
- Use "snapshotted" instead of "checkpointed" in lifecycle docs prose - Clarify sandbox briefly pauses in comparison table - Use "one-to-one"/"one-to-many" instead of "1:1"/"1:many"
1 parent f9da751 commit 677c940

2 files changed

Lines changed: 3 additions & 3 deletions

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, checkpointed, 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, snapshotted, 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/snapshots.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ The original sandbox continues running after the snapshot is created, and a sing
1212

1313
| | Pause/Resume | Snapshots |
1414
|---|---|---|
15-
| Effect on original sandbox | Pauses (stops) the sandbox | Sandbox keeps running |
16-
| Relationship | 1:1 — resume restores the same sandbox | 1:many — snapshot can spawn many new sandboxes |
15+
| Effect on original sandbox | Pauses (stops) the sandbox | Sandbox briefly pauses, then continues running |
16+
| Relationship | One-to-one — resume restores the same sandbox | One-to-many — snapshot can spawn many new sandboxes |
1717
| Use case | Suspend and resume a single sandbox | Create a reusable checkpoint |
1818

1919
For pause/resume functionality, see [Persistence](/docs/sandbox/persistence).

0 commit comments

Comments
 (0)