Skip to main content
POST
cURL

授权

Authorization
string
header
必填

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

路径参数

baseId
string
必填
jobId
string
必填

响应

200 - application/json

Move job cancelled

id
string
必填
baseId
string
必填
sourceSpaceId
string
必填
targetSpaceId
string
必填
state
enum<string>
必填
可用选项:
pending,
waiting_worker,
copying_base_schema,
copying_shared_rows,
validating,
switching,
succeeded,
failed,
cancelled
cancelable
boolean
必填
createdTime
string
必填
phase
string
progressPercent
number
copyStats
unknown
validationStats
unknown
lastError
string | null
startedAt
string | null
completedAt
string | null
最后修改于 2026年9月15日