---
title: "POST /api/engine/containers"
method: POST
path: "/api/engine/containers"
tags: ["netbox containers"]
---

# POST /api/engine/containers

`POST /api/engine/containers`

## Request body

- PostApiEngineContainers
  - `data` object
    - `id` number
    - `name` string
    - `ContainerID` string
    - `image` object
      - `name` string
      - `version` string

## Response `202`

202 response

## Changes

- **2024-05-08** `8b2274e5097e` — 1 info
  - added the new optional request property `data/ContainerID`
- **2024-02-15** `391707b34e1c` — 1 warning
  - removed the request property `data/ContainerID`

[Change history](https://skmtc.dev/saashup/apis/netbox-docker-agent/changes/api/engine/containers/post.md)

---

[API](https://skmtc.dev/saashup/apis/netbox-docker-agent.md) · [All operations](https://skmtc.dev/saashup/apis/netbox-docker-agent/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/saashup/netbox-docker-agent/revisions/a704a83fd7f8/schema)
