delete_tier1_gateway
Delete a Tier-1 gateway, removing attached segments and NAT rules. Irreversible; confirm associated resources first.
Instructions
[WRITE] Delete a Tier-1 gateway. WARNING: removes attached segments and NAT rules.
Irreversible. Run get_tier1_gateway and list_nat_rules on the same tier1_id first to see what goes with it, and confirm with the user before deleting. Also removes the gateway's "default" locale-service first (the Policy API refuses to delete a Tier-1 that still has children); a missing locale-service is ignored. Returns a confirmation string, or an "Error: ..." string — not a dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | NSX Manager target from config (default if omitted). | |
| tier1_id | Yes | Gateway ID to delete, as returned by list_tier1_gateways. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |