pydo.droplets.get()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.droplets.get(droplet_id=3164444)Description
To show information about an individual Droplet, send a GET request to
/v2/droplets/{droplet_id}.
Parameters
droplet_idinteger requiredA unique identifier for a Droplet instance.
Request Sample
Response Example
More Information
See /v2/droplets/{droplet_id} in the API reference for additional detail on responses, headers, parameters, and more.