Authorizations
Response
200
curl --request POST \
--url https://api.brightdata.com/zone/switch_100uptime \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"zone": "<string>",
"active": 0
}'Switch automatic failover (100% uptime) ON/OFF in a Static zone
curl --request POST \
--url https://api.brightdata.com/zone/switch_100uptime \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"zone": "<string>",
"active": 0
}'Was this page helpful?