Plane docs
ApiSchemas

ImageStatus

One shape from the contract, as it appears on the wire.

Used by agents.create, agents.imageStatus, agents.promote, agents.rebake, agents.update, agents.upsert, agents.versions, sessions.create

Referenced from AgentNotReadyEncoded, ImageState, ImageStatusReport

JSON Schema

{
  "type": "string",
  "enum": [
    "baking",
    "ready",
    "failed"
  ]
}

On this page