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.
View Spec
View on GitHub
Cloud DatabaseDatabaseDatabase-as-a-ServiceDistributed SQLPostgreSQLArazzoWorkflows
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
Read the cluster to determine its current state and branch on the requested action.
2
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
Poll the cluster until it reaches the PAUSED state, confirming the pause has fully taken effect.
4
resumeCluster
Resume a previously paused cluster, restoring it to the ACTIVE state and resuming compute billing.
5
confirmActive
Poll the cluster until it returns to the ACTIVE state, confirming the resume has fully taken effect.
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.