Skip to main content
POST
/
v1
/
workspaces
/
{workspaceId}
/
archive
Archive Workspace
curl --request POST \
  --url https://api.tryreplicas.com/v1/workspaces/{workspaceId}/archive \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.

Path Parameters

workspaceId
string<uuid>
required

Workspace UUID.

Response

Workspace archived

success
boolean
required

Whether the workspace was archived