Runloop · Arazzo Workflow
Runloop Suspend and Resume a Devbox
Version 1.0.0
Suspend a running devbox to free compute, wait until it is suspended, then resume it and wait until it is running again.
View Spec
View on GitHub
AIAI AgentsCoding AgentsSandboxesDevboxesCode ExecutionEvaluationBenchmarksSWE-BenchMCPSnapshotsmicroVMEnterpriseSOC 2ArazzoWorkflows
Provider
Workflows
suspend-and-resume-devbox
Suspend a devbox then resume it back to running.
Suspends a running devbox, waits for the suspended state, resumes it, and waits for the running state.
1
suspendDevbox
suspendDevbox
Suspend the running devbox; its disk is snapshotted as part of suspension.
2
waitUntilSuspended
waitForDevboxStatus
Poll until the devbox reports suspended, looping back while it is still suspending.
3
resumeDevbox
resumeDevbox
Resume the suspended devbox from its captured disk state.
4
waitUntilRunning
waitForDevboxStatus
Poll until the devbox reports running again, looping back while it is still resuming.