Skip to main content
PUT
Upgrade Instance

En-têtes

Content-Type
string
requis

Allowed value: application/json.

Authorization
string
requis

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

Paramètres de chemin

instance_id
string
requis

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

Corps

application/json
image
string
requis

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

Exemple:

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

registry_auth_id
string

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

Exemple:

"registry-auth-id"

entrypoint
string

Container entrypoint.

Exemple:

""

command
string

Container startup command.

Exemple:

""

envs
object[]

Environment variable list.

save_data
boolean

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

Exemple:

true

Réponse

200 - application/json

OK

The response is of type object.

Dernière modification le 10 août 2026