Starting/Stopping DB System, Database & underlying VM via OCI CLI
Summary
OCI cli commands for stopping VM DB systemContent
Are there OCI CLI commands that can be used to stop DB System (along with underlying database & compute) to stop the OCI charge for the OCI system?
We would like to schedule an autostart & stop for VM based DB system to optimize on OCI spend. This is similar to how we control our compute VMs using the following CLI command:
"oci compute instance action --instance-id $INST_ID --action SOFTSTOP --wait-for-state STOPPED"
0