account.suspended
The workspace is suspended; the requested operation is blocked until suspension is lifted.
account.suspended is returned on state-mutating operations when the workspace has been suspended by a platform admin. Read-only operations may still succeed depending on the endpoint; all mutations are blocked until the workspace is reinstated.
The workspace was suspended by a platform administrator, typically due to a policy violation, unpaid balance, or manual admin action.
Contact Sautikit support to understand the reason for the suspension and request reinstatement. No client-side fix is available.
{
"error": {
"code": "account.suspended",
"message": "workspace is suspended",
"request_id": "req_01900000abc"
}
}