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 Application
ncscale:create_application
Create a new application deployment from a Git repository.
Write
Medium risk
Create Database
ncscale:create_database
Create a new managed database with specified configuration.
Write
Medium risk
Create Server
ncscale:create_server
Create a new server with specified configuration.
Write
Medium risk
Create Ssh Key
ncscale:create_ssh_key
Add a new SSH key to your account for server access.
Write
Medium risk
Delete Database
ncscale:delete_database
Delete a database permanently. WARNING: This action cannot be undone and all data will be lost.
Write
High risk
Delete Server
ncscale:delete_server
Delete a server permanently. WARNING: This action cannot be undone and all data will be lost.
Write
High risk
Delete Ssh Key
ncscale:delete_ssh_key
Delete an SSH key from your account. Servers using this key will lose SSH access.
Write
High risk
Deploy Application
ncscale:deploy_application
Deploy an application from its Git repository. This will pull latest code and restart the app.
Write
Medium risk
Get Application
ncscale:get_application
Fetch a single application by ID with deployment status and configuration.
Read
Low risk
Get Database
ncscale:get_database
Fetch a single database by ID with connection details and status.
Read
Low risk
Get Server
ncscale:get_server
Fetch a single server by ID with current status and configuration.
Read
Low risk
List Applications
ncscale:list_applications
List applications with optional filtering by status, runtime, and region.
Read
Low risk
List Databases
ncscale:list_databases
List databases with optional filtering by engine, status, and region.
Read
Low risk
List Servers
ncscale:list_servers
List servers with optional filtering by status, region, and size.
Read
Low risk
List Ssh Keys
ncscale:list_ssh_keys
List SSH keys in your account for server access.
Read
Low risk
Restart Server
ncscale:restart_server
Restart a server. This will stop and then start the server.
Write
Medium risk
Start Server
ncscale:start_server
Start a stopped server. The server will boot up and become accessible.
Write
Medium risk
Stop Server
ncscale:stop_server
Stop a running server. Use force=true for unresponsive servers.
Write
Medium risk
Update Server
ncscale:update_server
Update server name and tags. Note: Size and region cannot be changed after creation.
Write
Medium risk