coolify_list_application_deployments
Retrieves the deployment history for a specific application, including all statuses. Supports pagination by skip and take parameters.
Instructions
List deployment history for a specific application (all statuses: finished, failed, queued, in_progress, cancelled). Supports pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of records to skip (pagination) | |
| take | No | Number of records to return | |
| uuid | Yes | UUID of the application |