Structs§
- Create
Deployment Request - Request data for creating a new deployment.
- Update
Deployment Status Request - 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.