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 one or more Ethernet, Fibre Channel, or FCoE network resources from the connected HPE OneView appliance.Syntax
Description
Remove-OVNetwork permanently deletes network resources from HPE OneView. The cmdlet raises a confirmation prompt by default because the operation cannot be undone.
Use the -Force switch to suppress dependency validation. Pipeline input is supported, making it straightforward to retrieve a collection of networks and delete them in a single expression.
The -WhatIf parameter lets you preview which networks would be deleted without committing the operation.
Parameters
The network object(s) to delete. Accepts
HPEOneView.Networking.EthernetNetwork, HPEOneView.Networking.FibreChannelNetwork, or HPEOneView.Networking.FCoENetwork objects from Get-OVNetwork. Supports pipeline input. Also accepts a network URI string or resource name string.Bypass dependency validation and force deletion. Use with caution — forcibly removing a network that is in use can leave server profile connections in an inconsistent state.
The appliance connection object or name. Defaults to the default connected session.
Simulate the deletion without making any changes. Displays what would be removed.
Prompt for confirmation before each deletion. Enabled by default (
ConfirmImpact = High).