Marketplace Bootstrap In Progress
URI: https://docs.ankatech.co/errors/marketplace-bootstrap-in-progress
HTTP Status: 409 Conflict
When you see this
The marketplace is still bootstrapping for this tenant, so the requested operation cannot be performed until initialization completes.
Common Causes
- Calling a marketplace operation before tenant marketplace setup has finished.
- Concurrent requests issued during the initial marketplace provisioning window.
- A bootstrap step that has not yet completed.
Response Example
{
"type": "https://docs.ankatech.co/errors/marketplace-bootstrap-in-progress",
"title": "Marketplace Bootstrap In Progress",
"status": 409,
"detail": "Marketplace bootstrap is in progress for this tenant. Retry once initialization completes.",
"instance": "/api/v3/admin/marketplace/bootstrap",
"correlationId": "550e8400-e29b-41d4-a716-446655440000",
"timestamp": 1730000000
}
Content-Type: application/problem+json — the response follows RFC 7807 Problem Details.
How to Resolve
- Wait for the marketplace bootstrap to finish before retrying.
- Poll the bootstrap status, where available, instead of issuing operations during initialization.
- Contact support if the bootstrap does not complete within the expected window.
For full schema definitions, examples, and interactive testing, see the Developer Hub Reference.