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 PUT \
--url https://v1.api.altostrat.io/scripts/scheduled/{scheduledScriptId}/run \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}Triggers an immediate execution of an already authorized script, overriding its scheduled ‘launch_at’ time. This is useful for urgent deployments. The script must be in an ‘authorized’ state to be run immediately.
curl --request PUT \
--url https://v1.api.altostrat.io/scripts/scheduled/{scheduledScriptId}/run \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}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.
Altostrat SDX API uses JWT Bearer tokens for authentication. Obtain a token via the Authentication API and include it in the Authorization header as 'Bearer {token}'.
The unique identifier for the scheduled script.
"018f5bda-4690-4432-8472-358b2734f19b"
The execution has been accepted and is being processed.
Was this page helpful?