stop_db_node
Stop a database node in Oracle Cloud Infrastructure to manage database operations, control resource usage, and perform maintenance tasks.
Instructions
Stop a DB Node.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
db_node_id | Yes | ||
soft | No |
Input Schema (JSON Schema)
{
"properties": {
"db_node_id": {
"title": "Db Node Id",
"type": "string"
},
"soft": {
"default": true,
"title": "Soft",
"type": "boolean"
}
},
"required": [
"db_node_id"
],
"type": "object"
}