Docs: Document has_uninstall_script on host and device software responses - #51609
Open
RachelElysia wants to merge 1 commit into
Open
Docs: Document has_uninstall_script on host and device software responses#51609RachelElysia wants to merge 1 commit into
RachelElysia wants to merge 1 commit into
Conversation
RachelElysia
temporarily deployed
to
Docker Hub
August 20, 2026 03:00 — with
GitHub Actions
Inactive
RachelElysia
marked this pull request as ready for review
August 20, 2026 13:48
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue
Doc change that goes with Closes #51238
PR of fix
#51466
Description
software_package.has_uninstall_scriptboolean surfaced byGET /hosts/:id/softwareandGET /device/:token/software. The field istruewhen the installer has a non-empty uninstall script configured; omitted for VPP and in-house apps..tgzand script-only (.ps1/.sh/.py) packages may be uploaded without an uninstall script — this field is what tells clients whether Uninstall is actually available for those sources. Backing PR adding the field: Fleet UI: Show Uninstall for script and .tgz packages with an uninstall script #51466.Screenrecording
Testing