curl "https://api.brightdata.com/zone/change_disable" \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer API_TOKEN" \
    -d '{"zone":"ZONE","disable":1}'
{
    "plan": {
        "start": "2019-07-15T18:08:59.269Z",
        "type":"static",
        "ips_type":"shared",
        "ip_alloc_preset":"shared_block",
        "bandwidth":"payperusage",
        "disabled":1
    }
}

API Endpoint: POST /api/zone/change_disable

zone
string
required

Zone name

disable
integer
required
valuedescription
0activate 100% uptime
1disable 100% uptime