api.system.update

/system/update

api.system.update.views.system_update(*args, **kwargs)

Update (PUT) Danube Cloud to a selected version.

PUT /system/update

Note

Danube Cloud application services will be automatically restarted after successful update installation.

Note

Update of Danube Cloud on all compute nodes should be performed after successful system update.

DC-bound?:
Permissions:
Asynchronous?:
Parameters:
  • data.version (string) – required - git tag (e.g. v2.6.5) or git commit to which the system should be updated
  • data.force (boolean) – Whether to perform the update operation even though the software is already at selected version
  • data.key (string) – X509 private key file used for authentication against EE git server. Please note that file MUST contain standard x509 file BEGIN/END header/footer. If not present, cached key file “update.key” will be used
  • data.cert (string) – X509 private cert file used for authentication against EE git server. Please note that file MUST contain standard x509 file BEGIN/END headers/footer. If not present, cached cert file “update.crt” will be used.
Status Codes: