硬重启

URL

POST /servers/{server_id}/action
  • server_id:uuid

body参数

{
    "reboot" : {
        "type" : "HARD"
    }
}

Reference

Last updated

Was this helpful?