Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
spaceId
string
required
Required string length: 1 - 64
reason
string
Maximum string length: 500
durationMinutes
integer
Required range: 1 <= x <= 120

Response

200 - application/json

Space pause created or replaced

id
string
required
targetId
string
required
storage
enum<string>
required
Available options:
default,
byodb
connectionId
string | null
required
scopeType
enum<string>
required
Available options:
space,
base,
table
scopeId
string
required
scopeName
string | null
required
baseId
string | null
required
baseName
string | null
required
spaceId
string | null
required
spaceName
string | null
required
pausedAt
string
required
pausedBy
string | null
required
resumeAt
string | null
required
reason
string | null
required
writePolicy
enum<string>
required
Available options:
allow_bounded,
block
updatedAt
string
required
updatedBy
string | null
required
Last modified on September 15, 2026