Files

1.2 KiB

Coolify API Index

Use this file to find detailed API references without loading the full API corpus.

Main Files

  • API.md: compiled overview from the Coolify API docs.
  • endpoints_compiled.json: machine-readable endpoint inventory.
  • ops/*.md: one Markdown file per operation.

Search Patterns

rg -n '"method"|"path"|applications|services|databases|deployments' .\coolify_skill\references\endpoints_compiled.json
rg -n "List|Create|Update|Delete|Deploy|Start|Stop|Restart" .\coolify_skill\references\ops

Common Operation Files

  • ops/version.md
  • ops/healthcheck.md
  • ops/list-applications.md
  • ops/get-application-by-uuid.md
  • ops/get-application-logs-by-uuid.md
  • ops/deploy-by-tag-or-uuid.md
  • ops/list-services.md
  • ops/get-service-by-uuid.md
  • ops/list-databases.md
  • ops/get-database-by-uuid.md
  • ops/list-deployments.md
  • ops/list-deployments-by-app-uuid.md
  • ops/list-projects.md
  • ops/list-servers.md
  • ops/list-envs-by-application-uuid.md
  • ops/update-env-by-application-uuid.md

Rule

For write operations, read the specific ops/*.md file before sending the API request and ask the user for confirmation.