Runloop · Arazzo Workflow
Runloop Graceful Snapshot and Shutdown
Version 1.0.0
Synchronously snapshot a running devbox's disk to preserve its state, then permanently shut the devbox down.
View Spec
View on GitHub
AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2ArazzoWorkflows
Provider
Workflows
graceful-snapshot-and-shutdown
Snapshot a devbox disk synchronously, then shut the devbox down.
Captures a synchronous disk snapshot to preserve devbox state and then permanently shuts the devbox down.
1
snapshotDisk
createDiskSnapshot
Synchronously create a disk snapshot of the running devbox.
2
shutdownDevbox
shutdownDevbox
Permanently shut the devbox down now that its state is captured.