From e642e6af154f2aafee32c8a3c5d86c27f3ba2b3c Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Wed, 27 May 2026 19:25:43 -0400 Subject: [PATCH] Removed "experimental" warning for `POST /hosts/:id/software/:software_title_id/install` (#45910) - `numa` is about to use this endpoint. --- docs/REST API/rest-api.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/REST API/rest-api.md b/docs/REST API/rest-api.md index 467db08448..faf2247610 100644 --- a/docs/REST API/rest-api.md +++ b/docs/REST API/rest-api.md @@ -12184,8 +12184,6 @@ Body: ### Install software -> **Experimental feature**. This feature is undergoing rapid improvement, which may result in breaking changes to the API or configuration surface. It is not recommended for use in automated workflows. - _Available in Fleet Premium._ Install software (package or app store app) on a macOS, iOS, iPadOS, Windows, or Linux (Ubuntu) host. Software title must have a `software_package` or `app_store_app` to be installed.