EasypanelDocs

Select a Docker builder

Selects a Docker Buildx builder for subsequent builds.

POST
/useDockerBuilder

Selects a Docker Buildx builder for subsequent builds.

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/useDockerBuilder" \  -H "Content-Type: application/json" \  -d '{    "name": "string"  }'
null