ZenML · Arazzo Workflow
ZenML Register Stack
Version 1.0.0
Discover available stack components, assemble them into a new stack, and confirm the stack was created.
Provider
Workflows
register-stack
Build a new stack from existing components and verify it persisted.
Lists stack components to discover available infrastructure, creates a stack that wires the supplied component-type-to-ids map, and reads the stack back by id.
1
listComponents
listStackComponents
List the registered stack components so their ids can be referenced when assembling the stack.
2
createStack
createStack
Create the stack with the supplied name and component map.
3
confirmStack
getStack
Read the newly created stack back by id to confirm it was persisted.