---
title: "Push an image from the runtime host"
method: POST
path: "/images/push"
---

# Push an image from the runtime host

`POST /images/push`

## Request body

- ImagePushRequest
  - `image` string, required

## Response `200`

Image push result

- ImagePushResponse
  - `image` string, required
  - `stdout` string[], required
  - `stderr` string[], required
  - `exitCode` integer, required

## Other responses

- `501` — Operation not supported by the active backend

## Changes

> 3 revisions in range; 1 could not be searched.

- **2026-05-01** `86fdcd7a5286` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/full-chaos/apis/container-compose-api/changes/images/push/post.md)

---

[API](https://skmtc.dev/full-chaos/apis/container-compose-api.md) · [All operations](https://skmtc.dev/full-chaos/apis/container-compose-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/full-chaos/container-compose-api/revisions/7bf76e7a9941/schema)
