import GetUpdateStatus from "./get_update_status/get_update_status.mdx"; import CheckForUpdates from "./check_for_updates/check_for_updates.mdx"; import ApplyUpdates from "./apply_updates/apply_updates.mdx"; ## Updater This describes the API for searching and applying updates to the Plex Media Server. Updates to the status can be observed via the Event API. ### Available Operations * [Get Update Status](/python/updater/get_update_status) - Querying status of updates * [Check For Updates](/python/updater/check_for_updates) - Checking for updates * [Apply Updates](/python/updater/apply_updates) - Apply Updates --- --- ---