$ octopus build-info rm BuildInformation-10004
? You are about to delete the build information "TheOtherPackage 1.2.5" (BuildInformation-10004). This action cannot be reversed. To confirm, type the build information name: TheOtherPackage 1.2.5
✔ The build information, "TheOtherPackage 1.2.5" (BuildInformation-10004) was deleted successfully.
Delete build information using package id and version
$ octopus build-info rm --package-id ThePackage --version 1.2.3
? You are about to delete the build information "ThePackage 1.2.3" (BuildInformation-10001). This action cannot be reversed. To confirm, type the build information name: ThePackage 1.2.3
✔ The build information, "ThePackage 1.2.3" (BuildInformation-10001) was deleted successfully.
Builds on #366 so that should be reviewed and merged first.
Delete build information command
Delete build information by id
Delete build information using package id and version
Delete with auto-confirmation
If
--package-id
is specified--version
must also be specified[sc-83928]