cURL
curl --request POST \ --url https://api.sevalla.com/v2/applications/{id}/edge-cache/toggle-status \ --header 'Authorization: Bearer <token>'
{ "isTurnedOn": true }
Toggle edge caching for improved application performance and lower latency.
API key authentication. Pass your API key as a Bearer token in the Authorization header.
"fb5e5168-4281-4bec-94c5-0d1584e9e657"
Default Response
true
Was this page helpful?