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 Consortium
kaleido:create_consortium
Create a new blockchain consortium to manage networks and members.
Write
Medium risk
Create Environment
kaleido:create_environment
Create a new blockchain environment (network) within a consortium.
Write
Medium risk
Create Membership
kaleido:create_membership
Create a new membership in a consortium for an organization.
Write
Medium risk
Create Node
kaleido:create_node
Create a new blockchain node in an environment for a specific membership.
Write
Medium risk
Delete Consortium
kaleido:delete_consortium
Delete a blockchain consortium permanently. This will also delete all associated networks and nodes.
Write
High risk
Delete Environment
kaleido:delete_environment
Delete a blockchain environment permanently. This will also delete all nodes and services.
Write
High risk
Delete Membership
kaleido:delete_membership
Delete a membership from a consortium. This will also delete all nodes owned by this member.
Write
High risk
Delete Node
kaleido:delete_node
Delete a blockchain node permanently. This will stop the node and remove all its data.
Write
High risk
Get Consortium
kaleido:get_consortium
Fetch details of a specific blockchain consortium including members and configuration.
Read
Low risk
Get Environment
kaleido:get_environment
Fetch details of a specific blockchain environment including nodes and services.
Read
Low risk
Get Membership
kaleido:get_membership
Fetch details of a specific consortium membership including organization info.
Read
Low risk
Get Node
kaleido:get_node
Fetch details of a specific blockchain node including status and configuration.
Read
Low risk
List Consortiums
kaleido:list_consortiums
List all blockchain consortiums accessible to your account with pagination.
Read
Low risk
List Environments
kaleido:list_environments
List all blockchain environments in a consortium with their current status.
Read
Low risk
List Memberships
kaleido:list_memberships
List all memberships in a consortium with their organization details.
Read
Low risk
List Nodes
kaleido:list_nodes
List all blockchain nodes in an environment with their current status.
Read
Low risk
Start Node
kaleido:start_node
Start a stopped blockchain node to bring it back online.
Write
Low risk
Stop Node
kaleido:stop_node
Stop a running blockchain node gracefully.
Write
Low risk