Skip to content

metalcloud-cli custom-iso

Manage custom ISO images for server provisioning

Manage custom ISO images that can be used for server provisioning and booting.

Custom ISOs allow you to create bootable images with custom operating systems, tools, or configurations that can be mounted and used to boot servers in your infrastructure.

Available commands: list List all custom ISOs get Get details of a specific custom ISO config-example Show configuration example for creating custom ISOs create Create a new custom ISO from configuration update Update an existing custom ISO delete Delete a custom ISO make-public Make a custom ISO available to all users boot-server Boot a server using a custom ISO

Examples:

metalcloud-cli custom-iso list

metalcloud-cli custom-iso get 12345

metalcloud-cli custom-iso create —config-source config.json

metalcloud-cli custom-iso boot-server 12345 67890

-h, --help help for custom-iso
-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”