cURL
curl --request POST \ --url https://api.egp.scale.com/v5/builds/{build_id}/cancel \ --header 'x-api-key: <api-key>'
{ "build_id": "<string>", "image_name": "<string>", "image_tag": "<string>", "image_url": "<string>", "account_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "created_by": { "id": "<string>", "type": "user", "object": "identity" }, "status": "<string>", "object": "agentex_cloud_build", "build_start_time": "2023-11-07T05:31:56Z", "build_end_time": "2023-11-07T05:31:56Z" }
Cancel a pending or running build.
Successful Response
The identity that created the entity.
Show child attributes
The current build status from the cloud provider
"agentex_cloud_build"
When the cloud provider started the build
When the cloud provider finished the build