ncloud_remove_route
Remove a route from a route table by specifying destination CIDR, target type, and target number. Set confirm=true to apply changes.
Instructions
⚠️ Destructive: Remove a route from a route table. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | Yes | VPC number | |
| confirm | No | Must be true to actually execute the destructive operation | |
| targetNo | Yes | Target instance number | |
| routeTableNo | Yes | Route table number | |
| targetTypeCode | Yes | Target type code (NATGW, VPCPEERING, VGW) | |
| destinationCidrBlock | Yes | Destination CIDR block of the route to remove |