pydo.addons.patch_plan()
Generated on 3 Aug 2026
from pydo version
v0.40.0
Usage
client.addons.patch_plan(
resource_uuid="123e4567-e89b-12d3-a456-426614174000",
body={
"plan_slug": "basic_plan",
},
)Description
To change the plan associated with an Add-On Resource, send a PATCH request to /v2/add-ons/saas/{resource_uuid}/plan.
Replace {resource_uuid} with the UUID of the resource for which you want to change the plan.
Parameters
resource_uuidstring requiredThe UUID of the add-on resource to update.
plan_slugstring requiredExample:
basic_planThe slug identifier for the new plan to apply to the add-on resource.
Request Sample
Response Example
More Information
See /v2/add-ons/saas/{resource_uuid}/plan in the API reference for additional detail on responses, headers, parameters, and more.