Skip to content

AddressingPrefixDelegation

Source: src/Cloudflare/Addressing/PrefixDelegation.ts

Delegates part of a BYOIP prefix to another Cloudflare account, allowing that account to use the delegated CIDR (e.g. for its own service bindings).

Delegations are create/delete only — every prop change forces a replacement.

const delegation = yield* Cloudflare.AddressingPrefixDelegation("share", {
prefixId: prefix.prefixId,
cidr: "192.0.2.0/26",
delegatedAccountId: "023e105f4ecef8ad9ca31a8372d0c353",
});