Cluster Management Commands

Commands for managing and monitoring computing clusters.

Overview

The cluster commands provide comprehensive control over computing clusters:

manta sdk cluster --help

Available Commands

List Clusters

# List all clusters
manta sdk cluster list

# Output as JSON
manta sdk cluster list --profile dev

Show Cluster Details

# Show cluster information
manta sdk cluster show CLUSTER_ID

Node Management

# List cluster nodes
manta sdk cluster nodes CLUSTER_ID

Next Steps