Create Namespace
pydo.functions
Generated on 26 Mar 2026
from pydo version
v0.29.0
Serverless functions are blocks of code that run on demand without the need to manage any infrastructure.
You can develop functions on your local machine and then deploy them to a namespace using doctl, the official DigitalOcean CLI tool.
The Serverless Functions API currently only supports creating and managing namespaces.
pydo.functions.create_namespace()
pydo.functions.create_trigger()
Create Trigger
pydo.functions.delete_namespace()
Delete Namespace
pydo.functions.delete_trigger()
Delete Trigger
pydo.functions.get_namespace()
Get Namespace
pydo.functions.get_trigger()
Get Trigger
pydo.functions.list_namespaces()
List Namespaces
pydo.functions.list_triggers()
List Triggers
pydo.functions.update_trigger()
Update Trigger