Daytona · Arazzo Workflow
Daytona Build and Activate a Snapshot
Version 1.0.0
Register a snapshot from a container image, poll until it builds, and activate it if it lands inactive.
View Spec
View on GitHub
AIAgentsArtificial IntelligenceCloudCode ExecutionComputer UseDeveloper ToolsInfrastructureOpen SourceSandboxSecure ExecutionArazzoWorkflows
Provider
Workflows
build-and-activate-snapshot
Create a snapshot from an image, wait for it to build, and activate it.
Registers a snapshot from a container image, polls until the build completes, then activates the snapshot when it is inactive.
1
createSnapshot
createSnapshot
Register a new snapshot from the supplied container image.
2
pollBuild
getSnapshot
Poll the snapshot until the build completes, looping while it is building, pending, or pulling, and ending if the build fails.
3
activateSnapshot
activateSnapshot
Activate the built snapshot so sandboxes can be created from it.