reboot_db_node
Restart a database node in Oracle Cloud Infrastructure to resolve performance issues, apply configuration changes, or recover from system failures.
Instructions
Reboot a DB Node.
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| db_node_id | Yes | 
Input Schema (JSON Schema)
{
  "properties": {
    "db_node_id": {
      "title": "Db Node Id",
      "type": "string"
    }
  },
  "required": [
    "db_node_id"
  ],
  "type": "object"
}