I couldn’t find a method to enable Argo Tiered Cache through the API.
It doesn’t exist?
I couldn’t find a method to enable Argo Tiered Cache through the API.
It doesn’t exist?
on/off via CF API
CF_ZONEID=
CF_API_EMAIL=
CF_API_KEY=
curl -s -X PATCH "https://api.cloudflare.com/client/v4/zones/${CF_ZONEID}/argo/tiered_caching" \
-H "X-Auth-Email: ${CF_API_EMAIL}" -H "X-Auth-Key: ${CF_API_KEY}" \
-H "Content-Type: application/json" \
--data '{"value":"on"}'
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.