Skip to content

metalcloud-cli resource-pool create

Create a new resource pool

Create a new resource pool with the specified label and description.

This command creates a new resource pool that can be used to group and organize infrastructure resources. After creation, you can assign users, servers, and subnet pools to this resource pool.

Required Flags: —label string Label/name for the resource pool (required) —description string Description of the resource pool’s purpose (required)

Examples:

metalcloud-cli resource-pool create —label “Production Pool” —description “Pool for production workloads”

metalcloud-cli resource-pool create —label “Dev Environment” —description “Development and testing resources”

metalcloud-cli rp create —label “QA Pool” —description “Quality assurance testing pool”

metalcloud-cli resource-pool create [flags]
--description string Resource pool description
-h, --help help for create
--label string Resource pool label
-k, --api_key string MetalCloud API key
-c, --config string Config file path
-d, --debug Set to enable debug logging
-e, --endpoint string MetalCloud API endpoint
-f, --format string Output format. Supported values are 'text','csv','md','json','yaml'. (default "text")
-i, --insecure_skip_verify Set to allow insecure transport
-l, --log_file string Log file path
-v, --verbosity string Log level verbosity (default "INFO")

Auto generated by spf13/cobra on 11-Aug-2025

Section titled “Auto generated by spf13/cobra on 11-Aug-2025”