Skip to main content
PATCH
Update Pool

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pool_id
string
required

Body

application/json
state
enum<string> | null
Available options:
active,
draining
capacity
integer | null
Required range: 1 <= x <= 100000
per_job_limit
integer | null
Required range: 1 <= x <= 100000

Response

Successful Response