pydo.dedicated_inferences.delete()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Delete an existing Dedicated Inference. Send a DELETE request to
/v2/dedicated-inferences/{dedicated_inference_id}. The response 202 Accepted
indicates the request was accepted for processing.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
dedicated_inference_id |
string | True | A unique identifier for a Dedicated Inference instance. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.