ByCloud Docs
GuidesCLIAPISDK

Python SDK

Regions

Available regions and data centers

1 method

GET

list_regions()

List regions

Example

from bycloud import ByCloud
client = ByCloud(token="YOUR_ACCESS_TOKEN")
result = client.regions.list_regions()
print(result)