# metalcloud-cli firmware-policy apply-without-groups Apply all firmware policies not linked to server instance groups ## Synopsis Apply all firmware policies that are not linked to server instance groups. This command executes all active firmware policies that do not have server instance groups associated with them. These policies will apply their rules globally across all servers in the system that match the policy criteria. The command respects the global firmware configuration settings for timing and scheduling constraints. If global firmware upgrades are disabled or outside the configured time window, the command may be blocked. No flags or arguments are required for this command. Prerequisites: - At least one firmware policy must exist without server instance groups assigned - Global firmware configuration must allow policy execution - Target servers must be accessible and eligible for firmware updates Examples: ## Apply all policies not linked to server instance groups metalcloud-cli firmware-policy apply-without-groups ## Apply policies using alias metalcloud-cli fw-policy apply-without-groups ## Check which policies will be affected first metalcloud-cli firmware-policy list metalcloud-cli firmware-policy apply-without-groups ``` metalcloud-cli firmware-policy apply-without-groups [flags] ``` ### Options ``` -h, --help help for apply-without-groups ``` ### 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 firmware-policy](/content/configuration/cli/metalcloud-cli_firmware-policy.md) - Manage server firmware upgrade policies and global firmware configurations #### Auto generated by spf13/cobra on 11-Aug-2025