Cancel Scenario job
Scenario Studio
Cancel Scenario job
Cancels a scenario creation job that is queued or processing.
- Queued jobs: Marked as cancelled immediately
- Processing jobs: The background task is terminated and the job is marked cancelled
- Completed/failed/cancelled jobs: Returns 400 error (cannot cancel terminal states)
DELETE
Cancel Scenario job
Authorizations
API key created in Settings > API.
Format: exec_live_ followed by 40 alphanumeric characters.
Path Parameters
The job ID to cancel
Response
Job cancelled successfully
Job identifier
Current job status
Available options:
queued, processing, completed, failed, cancelled Created scenario details (only present when status is "completed")
Error details (only present when status is "failed")
When the job was created
When the job started processing
When the job finished (success, failure, or cancelled)
Processing duration in seconds (only present when job has completed)