hosting

PUT /v1/sites/{siteId}/performance

Update a site's caching and acceleration settings.

সমস্ত hosting এন্ডপয়েন্ট

সমস্ত ডেভেলপার ডকুমেন্টেশন

প্রমাণীকরণ

একটি বিয়ারার টোকেন হিসেবে একটি এপিআই কি পাঠান। কি-টির অবশ্যই hosting.performance.manage অনুমতি থাকতে হবে; এটি ছাড়া কোনো কি ৪০৪ নয়, বরং ৪০৩ ত্রুটি দিয়ে প্রত্যাখ্যাত হবে।

এই এন্ডপয়েন্টটি কোনো অর্গানাইজেশন আইডি নেয় না। আপনার কীটি ইতিমধ্যে এটি যে অর্গানাইজেশনের অন্তর্গত তা শনাক্ত করে এবং প্রতিক্রিয়াটি সেই অনুযায়ী নির্ধারিত হয়।

চেষ্টা করুন

কোণ বন্ধনীতে থাকা যেকোনো কিছু আপনার নিজস্ব মান দিয়ে এবং কী প্লেসহোল্ডারটি আপনার ড্যাশবোর্ডের একটি কী দিয়ে প্রতিস্থাপন করুন।

curl -X PUT https://api.zinndigital.com/v1/sites/{siteId}/performance \
  -H "Authorization: Bearer zdk_live_…" \
  -H "Content-Type: application/json" \
  -d '{  }'

লগ ইন করা আছে? আপনার ড্যাশবোর্ডের এপিআই কনসোল আপনার আসল অর্গানাইজেশন আইডি এবং আপনার নিজের কি পূরণ করে দেয়, এবং লাইভ এপিআই-এর বিপরীতে অনুরোধটি চালায় যাতে আপনি প্রকৃত প্রতিক্রিয়া দেখতে পান। এই এন্ডপয়েন্টটি এপিআই কনসোলে খুলুন

বিবরণ

Merge semantics: every field is optional and only the fields present are applied, so toggling one setting never resets the others. Selecting the premium AccelerateWP tier starts the trial and requires a payment method on file, returning PAYMENT_METHOD_REQUIRED otherwise. While Premium is not on sale (accelerate_wp.premium_available: false) it answers 409 ACCELERATE_WP_PREMIUM_UNAVAILABLE before any billing check. Returns the complete updated resource. Requires hosting.performance.manage, and additionally billing.payment.manage when changing the AccelerateWP tier.

পরামিতি

নামধরনআবশ্যকএটি কী
siteId (path)Uuidহ্যাঁSite ID (UUIDv7).
Idempotency-Key (header)stringনাClient-generated key that makes an unsafe request replay-safe: the server stores the first response and returns it verbatim for repeats.

অনুরোধের বডি

নামধরনআবশ্যকএটি কী
lscache_enabledbooleanনা
object_cache_enabledbooleanনা
object_cache_max_ttlintegerনা
wp_memory_limitstringনাA PHP memory shorthand (256M, 1G) or blank to clear the override. Anything PHP cannot parse is rejected with INVALID_MEMORY_LIMIT rather than normalised — PHP treats an…
accelerate_wp_tierAccelerateWpTierনাThe AccelerateWP tier. free is the absence of the upsell, not a tier of it — the free cache layers are separate booleans on SitePerformance.

প্রতিক্রিয়া

নামধরনআবশ্যকএটি কী
site_idUuidহ্যাঁUUIDv7 identifier — sortable by creation time (docs/02 §8).
stack_supportedbooleanহ্যাঁWhether we configure this site's web stack, so the controls below can take effect at all. Every control on this resource is applied over our own CloudLinux + LiteSpeed…
lscache_enabledbooleanহ্যাঁLiteSpeed LSCache full-page cache. Free, native to the fleet.
object_cache_enabledbooleanহ্যাঁRedis per-site object cache. Free.
object_cache_max_ttlintegerহ্যাঁHow long an object-cache entry may live, in seconds. 0 uses the plugin's own default.
wp_memory_limitstringহ্যাঁWP_MEMORY_LIMIT for this site, e.g. 256M; blank leaves WordPress's default. This is the per-site memory control: Redis has no per-user memory quota, so a shared instance…
stackSiteStackStateহ্যাঁWhat the site's SERVER actually has, read back from it — never what was requested. The fields above this one are desired state: both cache flags default to true, so a surface that…
accelerate_wpAccelerateWpহ্যাঁ

এই এন্ডপয়েন্ট থেকে যেসব ত্রুটি আসতে পারে

401 · 403 · 404 · 409 · 422 · 429