# metalcloud-cli custom-iso Manage custom ISO images for server provisioning ## Synopsis 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: ## List all custom ISOs metalcloud-cli custom-iso list ## Get details of a specific custom ISO metalcloud-cli custom-iso get 12345 ## Create a new custom ISO from a JSON file metalcloud-cli custom-iso create --config-source config.json ## Boot a server with a custom ISO metalcloud-cli custom-iso boot-server 12345 67890 ### Options ``` -h, --help help for custom-iso ``` ### 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](/content/configuration/cli/metalcloud-cli.md) - MetalCloud CLI * [metalcloud-cli custom-iso boot-server](/content/configuration/cli/metalcloud-cli_custom-iso_boot-server.md) - Boot a server using a custom ISO * [metalcloud-cli custom-iso config-example](/content/configuration/cli/metalcloud-cli_custom-iso_config-example.md) - Show configuration example for creating custom ISOs * [metalcloud-cli custom-iso create](/content/configuration/cli/metalcloud-cli_custom-iso_create.md) - Create a new custom ISO from configuration * [metalcloud-cli custom-iso delete](/content/configuration/cli/metalcloud-cli_custom-iso_delete.md) - Delete a custom ISO permanently * [metalcloud-cli custom-iso get](/content/configuration/cli/metalcloud-cli_custom-iso_get.md) - Get detailed information about a specific custom ISO * [metalcloud-cli custom-iso list](/content/configuration/cli/metalcloud-cli_custom-iso_list.md) - List all available custom ISO images * [metalcloud-cli custom-iso make-public](/content/configuration/cli/metalcloud-cli_custom-iso_make-public.md) - Make a custom ISO available to all users * [metalcloud-cli custom-iso update](/content/configuration/cli/metalcloud-cli_custom-iso_update.md) - Update an existing custom ISO with new configuration #### Auto generated by spf13/cobra on 11-Aug-2025