Skip to main content
PUT
Rebuild a Custom Docker Image

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Path Parameters

image_id
string<uuid>
required

Body

multipart/form-data
context
file
required

ZIP build context containing a Dockerfile (max 100MB)

Response

Rebuild started

id
string<uuid>
user_id
string<uuid>
name
string
status
enum<string>
Available options:
building,
success,
failed
error
string
digest
string
uncompressed_bytes
integer<int64>
layer_count
integer
apps
object[]

Every app currently deployed from this image.

github_linked
boolean

Whether this image has a GitHub repo linked for auto-rebuild on push.

created_at
string<date-time>
updated_at
string<date-time>