Update Check

Route Flwr Update Check

Check if the caller's Flower runtime version is outdated.

post/v1/update-check/flwr

Request body

package_namestring nullable

Installed Flower package name, for example flwr or flwr-nightly.

flwr_versionstring required

Current Flower version running in the process.

python_versionstring required

Current Python version running in the process.

osstring required

OS identifier of the runtime host.

os_versionstring required

OS version of the runtime host.

process_namestring nullable

Optional Flower process or command name.

Response

Successful Response

update_availableboolean required
current_versionstring nullable
latest_versionstring nullable
upgrade_hintstring nullable
messagestring nullable

Changes

No recorded changes to this endpoint across all 2 revisions of this API.