Open Context Protocol is live! 🚀 Read the launch post

detachInstanceIso

Detach ISO from instance

POST /instances/{instance-id}/iso/detach HTTP/1.1

Parameters

{}

Response Schema

{
  "type": "object",
  "properties": {
    "iso_status": {
      "type": "object",
      "properties": {
        "state": {
          "type": "string",
          "description": "State of the ISO\n\n* isunmounting"
        }
      }
    }
  }
}