Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

model_id
string
required
deployment_id
string
required

Body

application/json

A request to update request backpressure settings.

policy
enum<string> | null

Backpressure policy. Null clears an existing policy.

Available options:
QUEUE_ON_FULL,
REJECT_ON_FULL
Example:

"REJECT_ON_FULL"

Response

200 - application/json

Request backpressure settings for a deployment or environment.

policy
enum<string> | null

Backpressure policy. Null when no policy is set.

Available options:
QUEUE_ON_FULL,
REJECT_ON_FULL