Documentation Index
Fetch the complete documentation index at: https://mintlify.com/HewlettPackard/POSH-HPEOneView/llms.txt
Use this file to discover all available pages before exploring further.
Synopsis
Deletes a firmware baseline (SPP or hotfix) from the appliance firmware repository.Syntax
Description
Remove-OVBaseline permanently removes one or more firmware baseline resources from the appliance firmware repository. Baselines can be passed directly via the -InputObject parameter or piped from Get-OVBaseline.
The cmdlet uses PowerShell’s SupportsShouldProcess mechanism with ConfirmImpact = High, so a confirmation prompt is displayed by default. Use -Confirm:$false to suppress the prompt in automated scripts, or -WhatIf to preview the operation without making any changes.
Parameters
The baseline object to remove. Accepts an
HPEOneView.Appliance.Baseline object from Get-OVBaseline or pipeline input. The object must include a valid ApplianceConnection property.Aliases: b, BaselineAppends
?force=true to the DELETE request URI, bypassing safety checks that would otherwise prevent removal of a baseline that is referenced by active resources. Use with caution.Specify one or more appliance connection objects or hostnames. Defaults to all connected appliances (
$Global:ConnectedSessions).Aliases: ApplianceShows what would happen if the cmdlet runs without actually removing the baseline.
Prompts for confirmation before removing the baseline. Pass
-Confirm:$false to suppress the prompt.