Module deployment

Source

Functionsยง

count_deployments
Counts the total number of deployments in the database.
count_deployments_by_app
Counts the number of deployments for a specific application.
create_deployment
Creates a new deployment in the database.
delete_deployment
Deletes a deployment from the database.
get_deployment_by_id
Retrieves a specific deployment by its unique identifier.
list_deployments
Retrieves a paginated list of deployments from the database.
list_deployments_by_app
Retrieves all deployments for a specific application with pagination.
update_deployment_status
Updates the status of an existing deployment.