Docker builder
POST /builder-profiles/{builder_profile_id}/cache/reset
Authorization
JWTKeyAuth Authorization<token>
In: header
Path Parameters
builder_profile_id*string
Id for the builder profile
Query Parameters
force?boolean
Force reset even when an active session exists for this profile
Response Body
application/json
application/json
application/json
curl -X POST "https://api.warpbuild.com/api/v1/builder-profiles/string/cache/reset"{
"message": "string"
}{
"code": "string",
"description": "string",
"message": "string",
"sub_code": "string",
"sub_message": "string"
}{
"code": "string",
"description": "string",
"message": "string",
"sub_code": "string",
"sub_message": "string"
}