Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Bucket
oracle_cloud_infrastructure:create_bucket
Create a new Object Storage bucket with specified configuration.
Write
Medium risk
Create Instance
oracle_cloud_infrastructure:create_instance
Create a new compute instance with specified configuration.
Write
Medium risk
Create Vcn
oracle_cloud_infrastructure:create_vcn
Create a new Virtual Cloud Network (VCN) with specified CIDR block.
Write
Medium risk
Get Database
oracle_cloud_infrastructure:get_database
Get detailed information about a specific Autonomous Database.
Read
Low risk
Get Instance
oracle_cloud_infrastructure:get_instance
Get detailed information about a specific compute instance including networking and storage.
Read
Low risk
List Buckets
oracle_cloud_infrastructure:list_buckets
List Object Storage buckets in a compartment.
Read
Low risk
List Databases
oracle_cloud_infrastructure:list_databases
List Autonomous Databases in a compartment with their current state and configuration.
Read
Low risk
List Instances
oracle_cloud_infrastructure:list_instances
List compute instances in a compartment with their current state and configuration.
Read
Low risk
List Vcns
oracle_cloud_infrastructure:list_vcns
List Virtual Cloud Networks (VCNs) in a compartment.
Read
Low risk
Start Database
oracle_cloud_infrastructure:start_database
Start a stopped Autonomous Database.
Write
Medium risk
Start Instance
oracle_cloud_infrastructure:start_instance
Start a stopped compute instance.
Write
Medium risk
Stop Database
oracle_cloud_infrastructure:stop_database
Stop a running Autonomous Database to save costs.
Write
Medium risk
Stop Instance
oracle_cloud_infrastructure:stop_instance
Stop a running compute instance with graceful or immediate shutdown.
Write
Medium risk
Terminate Instance
oracle_cloud_infrastructure:terminate_instance
Permanently terminate a compute instance. WARNING: This action cannot be undone.
Write
High risk