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
Artificial IntelligenceAI 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
Suspend the running devbox; its disk is snapshotted as part of suspension.
2
waitUntilSuspended
Poll until the devbox reports suspended, looping back while it is still suspending.
3
4
waitUntilRunning
Poll until the devbox reports running again, looping back while it is still resuming.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.