subnet_delete
Delete a subnet while capturing its full prior state for audit. Use dry_run=True to preview before the irreversible deletion.
Instructions
[WRITE][risk=high] Delete a subnet. Destructive — pass dry_run=True to preview first.
Tagged risk=high (audit tier 'review'); NUTANIX_AUDIT_APPROVED_BY /
NUTANIX_AUDIT_RATIONALE optionally annotate who/why. Irreversible, so the
audit trail captures the subnet's full prior state (name, description, type,
VLAN id, cluster, IP config and pools).
Args:
ext_id: Subnet extId as returned by subnet_list.
dry_run: If True, return what WOULD be deleted without deleting.
target: Prism Central target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ext_id | Yes | ||
| target | No | ||
| dry_run | No |