Status endpoints
Cancel a queued async request.
Cancels an async request. Only requests with QUEUED status may be canceled. Rate limited to 20 requests per second.
DELETE
Cancel a queued async request.
Authorizations
Pass your Baseten API key. Clients automatically send Authorization: Bearer <key>. Direct callers can also use Authorization: Api-Key <key>; both schemes are accepted.
Path Parameters
The ID of the async request.
Previous
Get async queue status for the production environment.Returns the number of queued and in-progress async requests for the deployment promoted to the production environment. Rate limited to 20 requests per second.
Next
Cancel a queued async request.