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

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