跳转到主要内容
POST
/
system
/
boot
读取当前槽位的 init_boot 或 boot 分区镜像
curl --request POST \
  --url http://{host}:{port}/api/v1/superuser/system/boot \
  --header 'Authorization: Bearer <token>'
"<string>"

授权

Authorization
string
header
必填

后端管理密码

同时支持 Authorization: Bearer <password>Authorization: <password>

响应

原始分区镜像

The response is of type file.

Last modified on June 6, 2026