Skip to content

metalcloud-cli extension-instance list

List all extension instances in an infrastructure

List all extension instances deployed within a specific infrastructure.

This command displays all extension instances that are currently deployed or configured within the specified infrastructure. Extension instances represent active deployments of extensions (workflows, applications, or actions) with their current status, configuration, and input variables.

The output includes instance details such as:

  • Instance ID and label
  • Associated extension information
  • Current status and state
  • Input variables and configuration
  • Deployment timestamps

Arguments: infrastructure_id_or_label The unique ID or label of the infrastructure

Examples:

List extension instances by infrastructure ID

Section titled “List extension instances by infrastructure ID”

metalcloud extension-instance list 12345

List extension instances by infrastructure label

Section titled “List extension instances by infrastructure label”

metalcloud extension-instance list production-infrastructure

metalcloud extension-instance ls staging-env

metalcloud-cli extension-instance list infrastructure_id_or_label [flags]
-h, --help help for list
-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”