Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request DELETE \
--url https://v1.api.altostrat.io/failover/{site_id}/configs/{subscription_id} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_invalid",
"message": "The value for 'type' must be one of the supported connection types.",
"doc_url": "https://docs.altostrat.io/errors/parameter_invalid"
}Deactivates the WAN Failover service for a site, removing all associated WAN tunnels and their configurations from both the Altostrat platform and the on-site router. This action is irreversible.
curl --request DELETE \
--url https://v1.api.altostrat.io/failover/{site_id}/configs/{subscription_id} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_invalid",
"message": "The value for 'type' must be one of the supported connection types.",
"doc_url": "https://docs.altostrat.io/errors/parameter_invalid"
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your JWT in the format: Bearer
The unique identifier for the site.
"9c69345c-8d39-4786-9f17-8153c988c89a"
The unique identifier of the Failover service subscription to deactivate.
"9c693485-0552-474c-a7c8-7b969a5330a1"
The failover service and all associated tunnels were successfully deactivated and deleted.
Was this page helpful?