Delete bulid

Delete build

delete

Delete the specified build..

Path parameters
buildSeqinteger · int32Optional
Responses
chevron-right
200

OK

*/*

build run model

buildNamestringOptionalExample: build-test
buildDescstringOptionalExample: bulid test
registryNamestringOptionalExample: dev
imageNamestringOptionalExample: build-api-test-gradle
accountSeqintegerOptional

Account number (your system's account number)

Example: 1
registryProjectIdintegerOptionalExample: 27
externalRegistrySeqintegerOptionalExample: 0
buildServerHoststringOptional

Build server host (information about the server host where actual build steps are executed and images are generated)

Example: topic:build-20230623-ws-namespace-thingcluster
buildServerTlsVerifystringOptional

Whether TLS is used on the server where the actual build is executed (Enabled: Y, Disabled: N)

Example: N
buildServerCacrtstringOptional

TLS CA for the build execution server (CA value for TLS integration on the server where the actual build is executed)

buildServerClientCertstringOptional

Client certificate for the build execution server(Client certificate for TLS integration on the server where the actual build is executed.)

buildServerClientKeystringOptional

Client key for the build execution server.(Client key for TLS integration on the server where the actual build is executed.)

buildRunSeqintegerOptionalExample: 1
buildSeqintegerOptionalExample: 1
buildNointegerOptional

bulid run image number

Example: 1
runTypestringOptional

bulid run type('BUILD' or 'CANCEL' or 'REMOVE')

Example: REMOVE
runDescstringOptional

bulid run image description

Example: build run test
runStatestringOptional

bulid run state('CREATED' or 'RUNNING' or 'DONE' or 'ERROR')

Example: CREATED
autotagUseYnstringOptional

automatic tagging usage status (enabled: Y, unused: N)

Example: N
autotagPrefixstringOptionalExample: test
autotagSeqTypestringOptional

autotag sequence number type('DATETIME' or 'SEQUENCE')

Example: DATETIME
callbackUrlstringOptional

callback URL

Example: http://dashboard:3000/callback
imageUrlstringOptional

Image URL (URL of the image registered in the registry)

Example: dev.cocktailcloud.io/ops/build-api-test-gradle
imageSizeintegerOptional

Image size (bytes) (saved only if the build is successful)

Example: 133745493
pipelineSeqintegerOptionalExample: 0
beginTimestringOptional

begin time(Format : data-time)

Example: 2022-12-02T08:42:43.000+00:00
runTimeBySecintegerOptional

run time(Unit: seconds)(endTime - beginTime)

Example: 0
possibleActionsstring[]Optional

List of possible actions('VIEW', 'BUILD', 'LOG', 'REMOVE', 'CANCEL')

Example: ["VIEW","BUILD","LOG","REMOVE"]
delete
/v1/build/{buildSeq}
200

OK