Skip to content

metalcloud-cli custom-iso make-public

Make a custom ISO available to all users

Make a custom ISO image publicly available to all users in the organization.

This command changes the visibility of a custom ISO from private (accessible only to the owner) to public (accessible to all users with appropriate permissions).

Arguments: custom_iso_id ID of the custom ISO to make public (required)

Required permissions:

  • custom_iso:write

Dependencies:

  • Custom ISO must exist and be accessible
  • User must be the owner of the custom ISO or have admin privileges

Examples:

metalcloud-cli custom-iso make-public 12345

metalcloud-cli iso make-public 12345

metalcloud-cli custom-iso make-public custom_iso_id [flags]
-h, --help help for make-public
-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”