YugabyteDB · Arazzo Workflow
YugabyteDB Aeon Pause or Resume Cluster
Version 1.0.0
Pause or resume a cluster to control compute billing, then confirm the new state.
Provider
Workflows
pause-resume-cluster
Pause or resume a cluster based on the requested action and confirm the state.
Reads the current cluster state, then branches on the requested action to either pause or resume the cluster, polling the cluster until it reaches the expected terminal state.
1
getCurrentState
getCluster
Read the cluster to determine its current state and branch on the requested action.
2
pauseCluster
pauseCluster
Pause the cluster to suspend compute billing while retaining all data and configuration. Only clusters in the ACTIVE state can be paused.
3
confirmPaused
getCluster
Poll the cluster until it reaches the PAUSED state, confirming the pause has fully taken effect.
4
resumeCluster
resumeCluster
Resume a previously paused cluster, restoring it to the ACTIVE state and resuming compute billing.
5
confirmActive
getCluster
Poll the cluster until it returns to the ACTIVE state, confirming the resume has fully taken effect.