Skip to content

Commit 7efc6ae

Browse files
fix reference to long term persistence
1 parent 39ff987 commit 7efc6ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/projects-docs/pages/sdk/manage-sandboxes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,4 +353,4 @@ app.post('/api/projects/:id/branches/:branchId/promote', async (req, res) => {
353353

354354
- **Track lifecycle in your database** - Store sandbox IDs, lifecycle states, and metadata in your own persistence layer.
355355
- **Control lifecycles explicitly** - Don't rely on automatic hibernation or resumes; actively hibernate Sandboxes when sessions are done and actively resume them when you want to continue.
356-
- **Delete Sandboxes** - With custom or long-term persistence, delete Sandboxes to manage cost.
356+
- **Delete Sandboxes** - Take advantage of templates to re-create the Sandbox from external persistence for predictable resume times

0 commit comments

Comments
 (0)