Request an application upgrade or downgrade
POST/api/admin/settings/upgrade
Requests an application upgrade to a curated release by dropping a validated request for the updater sidecar to perform. System administrators only. Returns 202; the swap, health check, and rollback happen asynchronously in the sidecar. Upgrade to a curated release, or DOWNGRADE by restoring a recorded pre-upgrade backup (which permanently discards everything created since it). Returns 202.
Request
Responses
- 202
- 400
- 403
- 503
Requested; it will run asynchronously.
Invalid tag/restore point, an unknown release, or the current version.
Caller is not a system administrator.
The release list or the updater service is unavailable.