Module deployments

Source

Structs§

CreateDeploymentRequest
Request data for creating a new deployment.
UpdateDeploymentStatusRequest
Request data for updating a deployment’s status.

Functions§

count_deployments
Count the total number of deployments.
create_deployment
Create a new deployment.
delete_deployment
Delete a specific deployment.
get_deployment
Get a specific deployment by ID.
list_app_deployments
List all deployments for a specific application with pagination.
list_deployments
List all deployments with pagination support.
update_deployment_status
Update a deployment’s status.