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/site/{siteId}/job/{jobId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "job_already_started",
"message": "Cannot delete a job that has already started.",
"doc_url": "https://docs.altostrat.io/errors/job_already_started"
}Deletes a job that has not yet started execution. Jobs that are in progress, completed, or failed cannot be deleted.
curl --request DELETE \
--url https://v1.api.altostrat.io/site/{siteId}/job/{jobId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "job_already_started",
"message": "Cannot delete a job that has already started.",
"doc_url": "https://docs.altostrat.io/errors/job_already_started"
}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.
Authenticate requests by providing a JSON Web Token (JWT) in the Authorization header. Example: Authorization: Bearer <YOUR_JWT>
The UUID of the site.
The UUID of the job to delete.
The job was successfully deleted.
Was this page helpful?