Docker

Available Images

List locally available Docker images, optionally filtered by name.

Retrieves all Docker images that have been pulled to the local system. Can be filtered to show only images matching a specific name pattern (e.g., "hummingbot" to show only Hummingbot images).

Use this endpoint to discover what images are available for creating new bot containers, or to verify that a specific image version has been pulled.

get/docker/available-images

Query parameters

image_namestring

Response

Successful Response

{"stackTrail":"paths:/docker/available-images:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes