Daytona · Arazzo Workflow
Daytona Stop and Archive a Sandbox
Version 1.0.0
Stop a running sandbox, wait until it is fully stopped, then archive it to cold storage.
View Spec
View on GitHub
AIAgentsArtificial IntelligenceCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen SourceSandboxSecure ExecutionArazzoWorkflows
Provider
Workflows
stop-and-archive-sandbox
Stop a sandbox and archive it once it has fully stopped.
Stops a running sandbox, polls until it reaches the stopped state, then archives it so its disk is moved to cold storage.
1
stopSandbox
stopSandbox
Stop the running sandbox.
2
pollStopped
getSandbox
Poll the sandbox until it reports stopped, looping while it is still stopping and ending if it enters an error state.
3
archiveSandbox
archiveSandbox
Archive the stopped sandbox, moving its disk to cold storage.