metalcloud-cli resource-pool remove-subnet-pool¶
Remove a subnet pool from a resource pool
Synopsis¶
Remove a subnet pool from a resource pool by specifying the resource pool ID and subnet pool ID.
This command unassigns a subnet pool from a resource pool, removing its association with that pool. The subnet pool’s network resources will no longer be available to users of this resource pool.
Arguments: pool_id The numeric ID of the resource pool subnet_pool_id The numeric ID of the subnet pool to remove
Examples:
Remove subnet pool with ID 789 from resource pool with ID 123¶
metalcloud-cli resource-pool remove-subnet-pool 123 789
Remove subnet pool using alias¶
metalcloud-cli rp rm-subnet-pool 456 101112
metalcloud-cli resource-pool remove-subnet-pool <pool_id> <subnet_pool_id> [flags]
Options¶
-h, --help help for remove-subnet-pool
Options inherited from parent commands¶
-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")
SEE ALSO¶
metalcloud-cli resource-pool - Manage resource pools and their associated resources