get_deployments
List active deployments or retrieve deployment history for a specific application by UUID, with pagination.
Instructions
List active deployments (no args) or the deployment history for a specific application (app_uuid). Supports pagination with skip/take.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip (pagination). Only used with app_uuid. | |
| take | No | Number of records to return (pagination). Only used with app_uuid. | |
| app_uuid | No | Application UUID whose deployment history to retrieve. Omit for all active deployments. | |
| instance | No | Coolify instance name (omit for the default). |