Oracle Cloud Infrastructure · Arazzo Workflow
Oracle Cloud Restart Autonomous Database
Version 1.0.0
Stop an Autonomous Database, confirm it stopped, then start it again.
View Spec
View on GitHub
Cloud ComputingEnterprise CloudInfrastructure as a ServiceOraclePlatform as a ServiceArazzoWorkflows
Provider
Workflows
restart-autonomous-database
Stop an Autonomous Database, wait for STOPPED, then start it back up.
Stops the database and polls until STOPPED, then starts it and polls until the database returns to AVAILABLE.
1
stopDatabase
stopAutonomousDatabase
Stop the running Autonomous Database.
2
pollStopped
getAutonomousDatabase
Poll the database until it reports the STOPPED lifecycle state.
3
startDatabase
startAutonomousDatabase
Start the stopped Autonomous Database again.
4
pollAvailable
getAutonomousDatabase
Poll the database until it returns to the AVAILABLE lifecycle state.