MCP Gateway
ApiAdmin sandbox images

Get Pool Status

Get warm pool status for an image.

GET
/api/v1/admin/sandbox-images/{image_id}/pool

Authorization

User API Key
AuthorizationBearer <token>

User API key (mgw_usr_live_* or mgw_usr_test_*)

In: header

Path Parameters

image_id*string
Formatuuid
access_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/admin/sandbox-images/497f6eca-6276-4993-bfeb-53cbbbba6f08/pool"
{
  "image_id": "string",
  "image_name": "string",
  "warm_pool_min": 0,
  "warm_pool_max": 0,
  "idle_count": 0,
  "provider": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}