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 App
fly_io:create_app
Create a new Fly.io application. This creates the app container but doesn't deploy any code yet.
Write
Medium risk
Create Machine
fly_io:create_machine
Create a new machine in a Fly.io application with specified image and configuration.
Write
Medium risk
Create Volume
fly_io:create_volume
Create a new persistent volume in a Fly.io application for data storage.
Write
Medium risk
Delete App
fly_io:delete_app
Permanently delete a Fly.io application and all its associated resources.
Write
High risk
Delete Machine
fly_io:delete_machine
Permanently delete a Fly.io machine. WARNING: This destroys the machine and all its data!
Write
High risk
Delete Volume
fly_io:delete_volume
Permanently delete a Fly.io volume. WARNING: This destroys all data on the volume!
Write
High risk
Get App
fly_io:get_app
Fetch details for a specific Fly.io application including status and configuration.
Read
Low risk
Get App Status
fly_io:get_app_status
Get the current deployment and health status of a Fly.io application.
Read
Low risk
Get Machine
fly_io:get_machine
Fetch details for a specific machine including its current state and configuration.
Read
Low risk
Get Volume
fly_io:get_volume
Fetch details for a specific Fly.io volume including size, region, and attachment status.
Read
Low risk
List Apps
fly_io:list_apps
List all Fly.io applications you have access to, optionally filtered by organization.
Read
Low risk
List Machines
fly_io:list_machines
List all machines for a specific Fly.io application with optional filtering.
Read
Low risk
List Volumes
fly_io:list_volumes
List all volumes for a specific Fly.io application.
Read
Low risk
Scale App
fly_io:scale_app
Scale a Fly.io application to a specific number of running machines.
Write
Medium risk
Start Machine
fly_io:start_machine
Start a stopped Fly.io machine. The machine will boot up and begin running.
Write
Medium risk
Stop Machine
fly_io:stop_machine
Stop a running Fly.io machine gracefully or forcefully.
Write
Medium risk