Skip to main content
PUT
Upgrade Instance

Encabezados

Content-Type
string
requerido

Allowed value: application/json.

Authorization
string
requerido

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

Parámetros de ruta

instance_id
string
requerido

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

Cuerpo

application/json
image
string
requerido

Image address. String, length: 1-500 characters.

Ejemplo:

"registry.example.com/namespace/new-image:tag"

registry_auth_id
string

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

Ejemplo:

"registry-auth-id"

entrypoint
string

Container entrypoint.

Ejemplo:

""

command
string

Container startup command.

Ejemplo:

""

envs
object[]

Environment variable list.

save_data
boolean

Whether to keep existing data when upgrading or resetting the instance.

Ejemplo:

true

Respuesta

200 - application/json

OK

The response is of type object.

Última modificación el 10 de agosto de 2026