ncloud_remove_acg_outbound_rule
Deletes an outbound rule from a Naver Cloud Access Control Group. Specify VPC, ACG, and protocol; set confirm=true to execute.
Instructions
⚠️ Destructive: Remove an outbound rule from an Access Control Group. Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | Yes | VPC number (required) | |
| confirm | No | Must be true to actually execute the destructive operation | |
| ipBlock | No | IP block in CIDR format. Cannot be used with accessControlGroupSequence. | |
| portRange | No | Port range (e.g., 80, 1-65535). Required if protocol is TCP or UDP. | |
| protocolTypeCode | Yes | Protocol type code (TCP, UDP, ICMP, or protocol number) | |
| accessControlGroupNo | Yes | ACG number to remove rule from (required) | |
| accessControlGroupSequence | No | Destination ACG number. Cannot be used with ipBlock. |