跳转到主要内容
基础设施相关接口/安装器
DELETEInstaller起始版本 1.0同步需要认证

重置安装器状态

重置安装器状态空闲重启安装向导。

调试可用性

在线调试

使用当前认证信息和示例参数提交 Mock 请求。

请求参数

此接口无需请求参数。

响应状态

DELETE 接口成功时返回空对象,失败时返回标准错误结构。

成功响应

{}

错误响应

{
  "error": {
    "code": "SYS.1001",
    "description": "A message or a operation timeout",
    "details": "Delete resource timeout after 300s"
  }
}

请求地址

DELETE/api/v1/installer/state

/api/v1/installer/state

操作 ID

ResetInstallerState

永久链接

请求示例

curl -X DELETE '{host}/api/v1/installer/state' -H 'Authorization: Bearer {token}'

响应示例

200
{}

变更历史

此 API 暂无变更历史记录。

查看全部变更历史