Skip to main content
POST
Create Image Prewarm Task

Encabezados

Content-Type
string
requerido

Allowed value: application/json.

Authorization
string
requerido

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Cuerpo

application/json
image
string
requerido

Fully qualified image to prewarm. String, length: 1-4095 characters.

Ejemplo:

"registry.example.com/team/image:tag"

region_id
string
requerido

Target region ID. String, length: 1-255 characters.

Ejemplo:

"region-a"

registry_auth_id
string

Registry authentication ID. Required when prewarming a private image. String, length: 0-255 characters.

Ejemplo:

"registry-auth-id"

product_ids
string[]

Product IDs to cover with prewarming.

Ejemplo:
note
string

Note for the prewarm task.

Ejemplo:

""

Respuesta

200 - application/json

OK

task_id
string

Image prewarm task ID

Ejemplo:

"prewarm-task-id"

Última modificación el 10 de agosto de 2026