Skip to main content
PUT
Upgrade Instance

Header

Content-Type
string
erforderlich

Allowed value: application/json.

Authorization
string
erforderlich

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

Pfadparameter

instance_id
string
erforderlich

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

Body

application/json
image
string
erforderlich

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

Beispiel:

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

registry_auth_id
string

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

Beispiel:

"registry-auth-id"

entrypoint
string

Container entrypoint.

Beispiel:

""

command
string

Container startup command.

Beispiel:

""

envs
object[]

Environment variable list.

save_data
boolean

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

Beispiel:

true

Antwort

200 - application/json

OK

The response is of type object.

Zuletzt geändert am 10. August 2026