Network Acls
- Written for
- + Written for
- Deprecated
- + Deprecated
- Applies to
- + Applies to
Network Acls
Backend API — secret key (Authorization: Bearer sk_…).
5 routes. Each row is one endpoint with its explanation, required scope, and whether it honours the Idempotency-Key header.
Method & path | Scope | Idem | Explanation |
|---|---|---|---|
|
| List network ACLs — per-instance IP allow/deny rules that gate access to the instance, in priority order. | |
|
| Create a network ACL rule (allow|deny, a CIDR or single address, a priority). A malformed CIDR is refused. First match in priority order decides; an allow-list denies every unnamed IP. | |
|
| Read one network ACL rule. | |
|
| Update a network ACL rule's action, cidr, description, priority or enabled flag. | |
|
| Delete a network ACL rule. With no rules left, enforcement falls back to the ip_allowlist. |