Search + K

Command Palette

Search for a command to run...

Sign In

Change aegis setting

PATCH /zones/{zone_id}/settings/aegis
Copy endpoint
https://api.cloudflare.com/client/v4

Aegis provides dedicated egress IPs (from Cloudflare to your origin) for your layer 7 WAF and CDN services. The egress IPs are reserved exclusively for your account so that you can increase your origin security by only allowing traffic from a small list of IP addresses.

Parameters

path Path Parameters

Name Type
zone_id required
type CacheRulesIdentifier = string

Request Body

application/json required
{ value: CacheRulesAegisValue

Value of the zone setting.

interface CacheRulesAegisValue {
enabled?: boolean;
pool_id?: string;
}
; }

Responses

200 application/json

Change aegis setting response.

never

Client Errors

4XX application/json

Change aegis setting response failure.

interface CacheRulesApiResponseCommonFailure {
errors: never;
messages: never;
result: null;
success: false;
}