Remove a package
Removes an installed package. Removing a code-carrying package triggers a rebuild, so the response is 202 with a job; resource-only removals complete immediately with the job already done. A failed rebuild leaves the previous binary — including the package — in place.
Path Parameters
The package's name.
256Response
Removal job started. Poll it for progress.
An asynchronous package operation. Code-carrying packages resolve, build and swap the binary; a failure at any stage leaves the previous binary intact and serving — the user is never left without a working agent.
resolving, building, swapping, done, failed 2561024Present when status is failed; the previous binary is intact.

