For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Paddle Docs home

Simulation already running

A simulation run is already pending for this simulation.

Example response
{
"error": {
"type": "request_error",
"code": "notification_simulation_already_running_conflict",
"detail": "Simulations can't be run while another run is pending.",
"documentation_url": "https://developer.paddle.com/errors/notifications/notification_simulation_already_running_conflict"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
409
Error code
notification_simulation_already_running_conflict
Error message
Simulations can't be run while another run is pending.

Common causes

  • Only one simulation run can be active at a time. Another run for this simulation is currently pending.

Troubleshooting

  • Wait for the current simulation run to complete, then try to run again. A pending run stops blocking automatically after about five minutes.

Was this page helpful?