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 POST \
--url https://v1.api.altostrat.io/backup/{siteId} \
--header 'Authorization: Bearer <token>'{
"message": "Backup requested"
}Asynchronously triggers a new configuration backup for the specified site. The backup process runs in the background. This endpoint returns immediately with a status indicating the request has been accepted for processing.
curl --request POST \
--url https://v1.api.altostrat.io/backup/{siteId} \
--header 'Authorization: Bearer <token>'{
"message": "Backup requested"
}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.
A bearer token is required for all API requests. Obtain a token via the Altostrat Authentication API.
The unique identifier for the site.
"a1b2c3d4-e5f6-7890-1234-567890abcdef"
Accepted - The backup request has been successfully queued.
"Backup requested"
Was this page helpful?