Skip to main content
POST
/
failover
/
{site_id}
/
configs
Activate Failover Service
curl --request POST \
  --url https://v1.api.altostrat.io/failover/{site_id}/configs \
  --header 'Authorization: Bearer <token>'
{
  "subscription_id": "9c693485-0552-474c-a7c8-7b969a5330a1"
}

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.

Authorizations

Authorization
string
header
required

Enter your JWT in the format: Bearer

Path Parameters

site_id
string<uuid>
required

The unique identifier for the site.

Example:

"9c69345c-8d39-4786-9f17-8153c988c89a"

Response

Failover service successfully activated.

subscription_id
string<uuid> | null

The unique identifier for the activated Failover service subscription on this site. Will be null if the service is not active.

Example:

"9c693485-0552-474c-a7c8-7b969a5330a1"