ncloud_remove_route
Remove a specified route from a Ncloud route table by providing VPC, route table, CIDR, and target details. Confirmation must be true to execute.
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 |