Get
GET /applications/{uuid}
Get application by UUID.
Authorizations
Parameters
Path Parameters
UUID of the application.
Responses
200
Get application by UUID.
Application model
object
The application identifier in the database.
The application description.
The repository project identifier.
The application UUID.
The application name.
The application domains.
Configuration hash.
Git repository URL.
Git branch.
Git commit SHA.
Git full URL.
Docker registry image name.
Docker registry image tag.
Build pack.
Static image used when static site is deployed.
Install command.
Build command.
Start command.
Ports exposes.
Ports mappings.
Base directory for all commands.
Publish directory.
Health check enabled.
Health check path.
Health check port.
Health check host.
Health check method.
Health check return code.
Health check scheme.
Health check response text.
Health check interval in seconds.
Health check timeout in seconds.
Health check retries count.
Health check start period in seconds.
Memory limit.
Memory swap limit.
Memory swappiness.
Memory reservation.
CPU limit.
CPU set.
CPU shares.
Application status.
Preview URL template.
Destination type.
Destination identifier.
Source identifier.
Private key identifier.
Environment identifier.
Dockerfile content. Used for dockerfile build pack.
Dockerfile location.
Custom labels.
Dockerfile target build.
Manual webhook secret for GitHub.
Manual webhook secret for GitLab.
Manual webhook secret for Bitbucket.
Manual webhook secret for Gitea.
Docker compose location.
Docker compose content. Used for docker compose build pack.
Docker compose raw content.
Docker compose domains.
Docker compose custom start command.
Docker compose custom build command.
Swarm replicas. Only used for swarm deployments.
Swarm placement constraints. Only used for swarm deployments.
Custom docker run options.
Post deployment command.
Post deployment command container.
Pre deployment command.
Pre deployment command container.
Watch paths.
Custom healthcheck found.
How to set redirect with Traefik / Caddy. www<->non-www.
The date and time when the application was created.
The date and time when the application was last updated.
The date and time when the application was deleted.
How Coolify parse the compose file.
Custom Nginx configuration base64 encoded.
400
Invalid token.
object
401
Unauthenticated.
object
404
Resource not found.