Atlas
Platform Admin

Suspend a workspace

SaaS only. Suspends a workspace, preventing all user access until reactivated.

POST
/api/v1/platform/workspaces/:id/suspend

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:3001/api/v1/platform/workspaces/:id/suspend"
{
  "message": "string",
  "workspaceId": "string"
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}
{
  "error": "string",
  "message": "string",
  "requestId": "string"
}