Skip to main content
POST
Save Image

Headers

Content-Type
string
required

Allowed value: application/json.

Authorization
string
required

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

Body

application/json
instance_id
string
required

Instance ID. String, length: 1-255 characters.

Example:

"instance-id"

image
string
required

Target image name or address. String, length: 1-4095 characters.

Example:

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

registry_auth_id
string

Saved registry authentication ID. String, length: 0-255 characters.

Example:

"registry-auth-id"

Response

200 - application/json

OK

job_id
string

Save image job ID. Poll status via the Get Job endpoint

Example:

"job-id"

Last modified on June 23, 2026