Atlas
Admin — Abuse Prevention

Reinstate a suspended workspace

SaaS only. Manually re-enable a workspace that was suspended or throttled due to abuse detection.

POST
/api/v1/admin/abuse/:workspaceId/reinstate

Path Parameters

workspaceId*string

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/admin/abuse/:workspaceId/reinstate"
{
  "success": true,
  "workspaceId": "string",
  "message": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}