pydo.dedicated_inferences.get()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Retrieve an existing Dedicated Inference by ID. Send a GET request to
/v2/dedicated-inferences/{dedicated_inference_id}. The status in the response
is one of active, new, provisioning, updating, deleting, or error.
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.