pydo.dedicated_inferences.patch()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Update an existing Dedicated Inference. Send a PATCH request to
/v2/dedicated-inferences/{dedicated_inference_id} with updated spec and/or
access_tokens. Status will move to updating and return to active when done.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
dedicated_inference_id |
string | True | A unique identifier for a Dedicated Inference instance. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.