Stop a Docker builder
Stops a Docker Buildx builder without deleting it.
Stops a Docker Buildx builder without deleting it.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "https://example.com/stopDockerBuilder" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'null