Open Context Protocol is live! 🚀 Read the launch post

getInstanceIsoStatus

Get Instance ISO Status

GET /instances/{instance-id}/iso HTTP/1.1

Parameters

{}

Response Schema

{
  "type": "object",
  "properties": {
    "iso_status": {
      "type": "object",
      "properties": {
        "iso_id": {
          "description": "The [ISO id](#operation/list-isos).",
          "type": "string"
        },
        "state": {
          "type": "string",
          "description": "The status of this ISO.\n* ready\n* attached"
        }
      }
    }
  }
}