---
title: "Available Images"
method: GET
path: "/docker/available-images"
tags: ["Docker"]
---

# Available Images

`GET /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.

## Query parameters

- `image_name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-01-17** `daa29248aacc` — 1 info
  - api operation id `available_images_docker_available_images__get` removed and replaced with `available_images_docker_available_images_get`
- **2025-12-20** `1005bcd47280` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/hummingbot/apis/hummingbot-api/changes/docker/available-images/get.md)

---

[API](https://skmtc.dev/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.dev/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/cb6b6935c8e2/schema)
