Skip to main content
POST
/
applications
/
{id}
/
cdn
/
toggle-status
Toggle CDN
curl --request POST \
  --url https://api.sevalla.com/v2/applications/{id}/cdn/toggle-status \
  --header 'Authorization: Bearer <token>'
{
  "isTurnedOn": true
}

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token in the Authorization header.

Path Parameters

id
string<uuid>
required
Example:

"fb5e5168-4281-4bec-94c5-0d1584e9e657"

Response

Default Response

isTurnedOn
boolean
required
Example:

true