InstanceStatus:
    | "unknown"
    | "ready"
    | "pending"
    | "stopped"
    | "error"
    | "locked"
    | "migrating"